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

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

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-expected.txt
diff --git a/LayoutTests/fast/dom/html-collections-named-getter-expected.txt b/LayoutTests/fast/dom/html-collections-named-getter-expected.txt
index 08a8f9a2a53e5218c1586ada6c4bb1494c2d64c1..584fd69e12faa87b4ea5bb139176328fb3f95e9a 100644
--- a/LayoutTests/fast/dom/html-collections-named-getter-expected.txt
+++ b/LayoutTests/fast/dom/html-collections-named-getter-expected.txt
@@ -57,8 +57,8 @@ PASS removeTestElements(); document.images.length is 0
document.applets
PASS document.applets.length is 0
-PASS elements[0] = insertElementWithId('applet', 'foo'); document.applets.length is 1
-PASS elements[1] = insertElementWithId('applet', 'foo'); document.applets.length is 2
+PASS elements[0] = insertElementWithId('object', 'foo', {"type":"application/x-java-applet"}); document.applets.length is 1
+PASS elements[1] = insertElementWithId('object', 'foo', {"type":"application/x-java-applet"}); document.applets.length is 2
PASS document.applets['foo'] is elements[0]
PASS removeTestElements(); document.applets.length is 0

Powered by Google App Engine
This is Rietveld 408576698