mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
10 lines
338 B
HTML
10 lines
338 B
HTML
<html>
|
|
<body>
|
|
<iframe sandbox="allow-scripts" src="test_sandboxed_iframe.html"
|
|
style="display:block; border: 1px; width: 400px; height: 400px">
|
|
</iframe>
|
|
<iframe sandbox="allow-scripts" src="test_sandboxed_iframe.html"
|
|
style="display:block; border: 1px; width: 400px; height: 400px">
|
|
</iframe>
|
|
</body>
|
|
</html>
|