diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-06-09 23:51:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 23:51:15 -0400 |
commit | 1a561242cfca27b51d31bf63509cbc95044b69d4 (patch) | |
tree | d90b9d6b03ca1b4c218b3aa1163fad84ee311cad /tests/wpt/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html | |
parent | 0b0ea17dca72d867b56ddf518240e25f30d93f3e (diff) | |
parent | 4c6f01b60a3093071a9b39cb92db303d280d28dc (diff) | |
download | servo-1a561242cfca27b51d31bf63509cbc95044b69d4.tar.gz servo-1a561242cfca27b51d31bf63509cbc95044b69d4.zip |
Auto merge of #26831 - servo-wpt-sync:wpt_update_09-06-2020, r=jdm
Sync WPT with upstream (09-06-2020)
Automated downstream sync of changes from upstream as of 09-06-2020.
[no-wpt-sync]
r? @servo-wpt-sync
Diffstat (limited to 'tests/wpt/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html')
-rw-r--r-- | tests/wpt/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html b/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html new file mode 100644 index 00000000000..89c56d16633 --- /dev/null +++ b/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html @@ -0,0 +1,7 @@ +<div id="d"> +<iframe id="i"></iframe> +<template id="t"> </template> +</div> +<script> +i.contentDocument.documentElement.appendChild(d); +</script> |