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

Unified Diff: LayoutTests/dom/xhtml/level2/html/HTMLDocument08.xhtml

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/dom/xhtml/level2/html/HTMLDocument08.xhtml
diff --git a/LayoutTests/dom/xhtml/level2/html/HTMLDocument08.xhtml b/LayoutTests/dom/xhtml/level2/html/HTMLDocument08.xhtml
index 17f3dd2277da52212637848b6419172b46e484a7..d50f5472204910fa8b0d5c6435beb289c2653b4f 100644
--- a/LayoutTests/dom/xhtml/level2/html/HTMLDocument08.xhtml
+++ b/LayoutTests/dom/xhtml/level2/html/HTMLDocument08.xhtml
@@ -25,10 +25,10 @@
</p>
<p>
<object data="./pix/line.gif" codetype="image/gif" height="10">
-<applet alt="Applet Number 1" code="applet1.class" width="10" height="10"></applet>
+<object type="application/x-java-applet"></object>
</object>
<object data="./pix/logo.gif" type="image/gif">
-<applet alt="Applet Number 2" code="applet2.class" width="10" height="10"></applet>
+<object type="application/x-java-applet"></object>
</object>
</p>
<p>

Powered by Google App Engine
This is Rietveld 408576698