Update web-platform-tests to revision 1cb9daef513ee0c7e82a6689a6248946d0c580c0

This commit is contained in:
WPT Sync Bot 2020-06-30 08:24:39 +00:00
parent b9404fcd48
commit f397fef6e3
159 changed files with 2043 additions and 673 deletions

View file

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