wpt: add all dom/nodes tests

This commit is contained in:
Pierre Tachoire
2023-10-03 17:05:04 +02:00
parent 2cfc28ff2f
commit 029a0adbdc
36 changed files with 3703 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<iframe id="i"></iframe>
<script>
var doc = i.contentDocument;
i.remove();
doc.cloneNode();
</script>