| Index: LayoutTests/fast/dom/shadow/remove-shadowroot-from-document-and-destroy-crash.html
|
| diff --git a/LayoutTests/fast/dom/shadow/remove-shadowroot-from-document-and-destroy-crash.html b/LayoutTests/fast/dom/shadow/remove-shadowroot-from-document-and-destroy-crash.html
|
| index 2f68b01034f39cf725994a54637704a099d6bca6..2ea048e5f14bb3cb62fe4fe3e75c02dace0a3404 100644
|
| --- a/LayoutTests/fast/dom/shadow/remove-shadowroot-from-document-and-destroy-crash.html
|
| +++ b/LayoutTests/fast/dom/shadow/remove-shadowroot-from-document-and-destroy-crash.html
|
| @@ -16,13 +16,7 @@ onload = function() {
|
| document.write("PASS");
|
| }
|
| </script>
|
| -</haed>
|
| +</head>
|
| <body>
|
| <div id="div1"></div>
|
| -<embed type="application/x-fake-plugin"</embed>
|
| -<script>
|
| -var embed = document.querySelector("embed");
|
| -if (window.internals)
|
| - internals.forcePluginPlaceholder(embed, {});
|
| -</script>
|
| </body>
|
|
|