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

Unified Diff: LayoutTests/fast/dom/shadow/element-name-in-shadow.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/element-name-in-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/element-name-in-shadow.html b/LayoutTests/fast/dom/shadow/element-name-in-shadow.html
index 328d2f4264527ebb919a3604d49ff1e4850af55a..b423a89fe71d988f86d715b530109a16ba8027a8 100644
--- a/LayoutTests/fast/dom/shadow/element-name-in-shadow.html
+++ b/LayoutTests/fast/dom/shadow/element-name-in-shadow.html
@@ -11,7 +11,7 @@ document.body.appendChild(div);
var shadowRoot = div.createShadowRoot();
//Window named properties
-var namedElements = ['a', 'applet', 'area', 'embed', 'form', 'frame',
+var namedElements = ['a', 'area', 'embed', 'form', 'frame',
'frameset', 'iframe','img', 'object'];
var element;

Powered by Google App Engine
This is Rietveld 408576698