mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
wpt: add all dom/nodes tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<iframe id="i"></iframe>
|
||||
<script>
|
||||
var doc = i.contentDocument;
|
||||
i.remove();
|
||||
doc.cloneNode();
|
||||
</script>
|
||||
Reference in New Issue
Block a user