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

Unified Diff: LayoutTests/fast/invalid/residual-style.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/invalid/residual-style.html
diff --git a/LayoutTests/fast/invalid/residual-style.html b/LayoutTests/fast/invalid/residual-style.html
index ec08a54f146525d70facf2f4249ae25976b141f0..2934a55d25a0b9dc6551bbfb0429a6332bcbc886 100644
--- a/LayoutTests/fast/invalid/residual-style.html
+++ b/LayoutTests/fast/invalid/residual-style.html
@@ -4,7 +4,7 @@
font { color: green }
.fail { color: red }
address { display: inline; font-style: normal }
-applet, canvas, embed, object { width:0px; height:0px; }
+canvas, embed, object { width:0px; height:0px; }
blockquote, center { display: inline; padding:0; margin: 0 }
button { width: 0px; height: 0px; border: 0; padding: 0; }
map { display: inline }
@@ -29,8 +29,6 @@ ACRONYM: <acronym><font>All of this</acronym> should be green</font>
<hr>
ADDRESS: <address><font>All of this</address> should be green</font>
<hr>
-APPLET: <applet><font></applet>All of this should be green.</font>
-<hr>
AREA: <map><area><font></area></map>All of this should be green.</font>
<hr>
B: <b><font></b>All of this should be green.</font>
« no previous file with comments | « LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt ('k') | LayoutTests/fast/invalid/residual-style-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698