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

Unified Diff: LayoutTests/fast/dom/html-collections-named-getter.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests 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/html-collections-named-getter.html
diff --git a/LayoutTests/fast/dom/html-collections-named-getter.html b/LayoutTests/fast/dom/html-collections-named-getter.html
index 0d6f27a4e20de02b7e033d3606605ce214405bba..6313ed16f6dea7796aa0cfa6eb154f2f3eae7599 100644
--- a/LayoutTests/fast/dom/html-collections-named-getter.html
+++ b/LayoutTests/fast/dom/html-collections-named-getter.html
@@ -92,7 +92,7 @@ function testFirstItemReturnsFirstMatch(collection, initialLength, elementNames,
}
testFirstItemReturnsFirstMatch('document.images', 0, ['img', 'img']);
-testFirstItemReturnsFirstMatch('document.applets', 0, ['applet', 'applet']);
dcheng 2015/08/19 18:44:17 Ditto: I updated this test to use an <object> tag
+testFirstItemReturnsFirstMatch('document.applets', 0, ['object', 'object'], {'type': 'application/x-java-applet'});
testFirstItemReturnsFirstMatch('document.embeds', 0, ['embed', 'embed']);
testFirstItemReturnsFirstMatch('document.forms', 1, ['form', 'form']);
testFirstItemReturnsFirstMatch('document.links', 0, ['a', 'a', 'area'], {'href': 'some url'});

Powered by Google App Engine
This is Rietveld 408576698