mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
10
tests/html/test_sandboxed.html
Normal file
10
tests/html/test_sandboxed.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue