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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
Index: LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html b/LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html
deleted file mode 100644
index 67e0d3a2d3506f199c270c8b9ef06e658c098c3b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<body>
-<applet archive="non-exsitent.jar">
-<param name="param1" value="value1">
-<div>Use awesome</div> <span>HotJava!</span>
-</applet>
-<script>
-document.querySelector('applet').createShadowRoot().innerHTML = "[<content select='span'></content>]";
-</script>
-</body>

Powered by Google App Engine
This is Rietveld 408576698