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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-element-inactive.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/shadow-element-inactive.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-element-inactive.html b/LayoutTests/fast/dom/shadow/shadow-element-inactive.html
index ae5118d90adbe68614db302867bd3d1d63e69185..6528e47f7291eaa3a974125a8d606d88109221d7 100644
--- a/LayoutTests/fast/dom/shadow/shadow-element-inactive.html
+++ b/LayoutTests/fast/dom/shadow/shadow-element-inactive.html
@@ -4,7 +4,7 @@
<script>
description('We should not expose UA shadow nodes.');
-var elementNames = ['applet', 'details', 'embed', 'input', 'object', 'summary'];
+var elementNames = ['details', 'embed', 'input', 'object', 'summary'];
var root2;
elementNames.forEach(function(elementName) {
debug(elementName);

Powered by Google App Engine
This is Rietveld 408576698