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

Unified Diff: LayoutTests/dom/html/level2/html/HTMLDocument08.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/dom/html/level2/html/HTMLDocument08.html
diff --git a/LayoutTests/dom/html/level2/html/HTMLDocument08.html b/LayoutTests/dom/html/level2/html/HTMLDocument08.html
index 43cc1e5618b70ba2b5b3810162881f0980e2195c..a2c00637e8829d2ddbad3fe6a2c70574750fa341 100644
--- a/LayoutTests/dom/html/level2/html/HTMLDocument08.html
+++ b/LayoutTests/dom/html/level2/html/HTMLDocument08.html
@@ -23,10 +23,10 @@
</P>
<P>
<OBJECT DATA="./pix/line.gif" CODETYPE="image/gif" HEIGHT="10">
-<APPLET ALT="Applet Number 1" CODE="applet1.class"></APPLET>
+<OBJECT TYPE="application/x-java-applet"></OBJECT>
dcheng 2015/08/19 18:44:17 Since this test exercises the behavior of document
</OBJECT>
<OBJECT DATA="./pix/logo.gif" type="image/gif">
-<APPLET ALT="Applet Number 2" CODE="applet2.class"></APPLET>
+<OBJECT TYPE="application/x-java-applet"></OBJECT>
</OBJECT>
</P>
<P>

Powered by Google App Engine
This is Rietveld 408576698