mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
Update web-platform-tests to revision e91d7d8c9a1f14438e44000dcd05ce6e658e4ae5
This commit is contained in:
parent
242e7e2630
commit
1a3fdf7a13
567 changed files with 9823 additions and 2333 deletions
|
@ -0,0 +1,9 @@
|
|||
<body>
|
||||
<iframe id="i"></iframe>
|
||||
<script>
|
||||
var saved_i = i;
|
||||
var saved_i_doc = i.contentDocument;
|
||||
i.remove();
|
||||
saved_i_doc.adoptNode(saved_i);
|
||||
saved_i.sandbox.toggle("1");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue