Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: LayoutTests/fast/dom/shadow/remove-shadowroot-from-document-and-destroy-crash.html

Issue 1303233007: Blink Plugins: Remove Shadow DOM plugin placeholder tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698