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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <head> 2 <head>
3 <style> 3 <style>
4 font { color: green } 4 font { color: green }
5 .fail { color: red } 5 .fail { color: red }
6 address { display: inline; font-style: normal } 6 address { display: inline; font-style: normal }
7 applet, canvas, embed, object { width:0px; height:0px; } 7 canvas, embed, object { width:0px; height:0px; }
8 blockquote, center { display: inline; padding:0; margin: 0 } 8 blockquote, center { display: inline; padding:0; margin: 0 }
9 button { width: 0px; height: 0px; border: 0; padding: 0; } 9 button { width: 0px; height: 0px; border: 0; padding: 0; }
10 map { display: inline } 10 map { display: inline }
11 fieldset { border: 0; display: inline; margin: 0; padding: 0 } 11 fieldset { border: 0; display: inline; margin: 0; padding: 0 }
12 table { display: inline-table; padding: 0; border: 0 } 12 table { display: inline-table; padding: 0; border: 0 }
13 dt, dl, dd, dir, div, form, p { display: inline; margin: 0; padding: 0; } 13 dt, dl, dd, dir, div, form, p { display: inline; margin: 0; padding: 0; }
14 li { list-style: none; display: inline } 14 li { list-style: none; display: inline }
15 15
16 </style> 16 </style>
17 <body> 17 <body>
18 <h1>The Residual Style Master Test Case</h1> 18 <h1>The Residual Style Master Test Case</h1>
19 19
20 This test case illustrates some residual style tag examples. Unless otherwise n oted, the behavior should match Firefox. 20 This test case illustrates some residual style tag examples. Unless otherwise n oted, the behavior should match Firefox.
21 21
22 <h2>Passing Tags</h2> 22 <h2>Passing Tags</h2>
23 <hr> 23 <hr>
24 A: <a><font>All of this</a> should be green</font> 24 A: <a><font>All of this</a> should be green</font>
25 <hr> 25 <hr>
26 ABBR: <abbr><font>All of this</abbr> should be green</font> 26 ABBR: <abbr><font>All of this</abbr> should be green</font>
27 <hr> 27 <hr>
28 ACRONYM: <acronym><font>All of this</acronym> should be green</font> 28 ACRONYM: <acronym><font>All of this</acronym> should be green</font>
29 <hr> 29 <hr>
30 ADDRESS: <address><font>All of this</address> should be green</font> 30 ADDRESS: <address><font>All of this</address> should be green</font>
31 <hr> 31 <hr>
32 APPLET: <applet><font></applet>All of this should be green.</font>
33 <hr>
34 AREA: <map><area><font></area></map>All of this should be green.</font> 32 AREA: <map><area><font></area></map>All of this should be green.</font>
35 <hr> 33 <hr>
36 B: <b><font></b>All of this should be green.</font> 34 B: <b><font></b>All of this should be green.</font>
37 <hr> 35 <hr>
38 BDO: <bdo><font></bdo>All of this should be green.</font> 36 BDO: <bdo><font></bdo>All of this should be green.</font>
39 <hr> 37 <hr>
40 BIG: <big><font></big>All of this should be green.</font> 38 BIG: <big><font></big>All of this should be green.</font>
41 <hr> 39 <hr>
42 BLOCKQUOTE: <blockquote><font></blockquote>All of this should be green.</font> 40 BLOCKQUOTE: <blockquote><font></blockquote>All of this should be green.</font>
43 <hr> 41 <hr>
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 <hr> 163 <hr>
166 TR: <font><table><tr><font></tr></table>All of this should be green.</font></fon t> 164 TR: <font><table><tr><font></tr></table>All of this should be green.</font></fon t>
167 <hr> 165 <hr>
168 TT: <tt><font></tt>All of this should be green.</font> 166 TT: <tt><font></tt>All of this should be green.</font>
169 <hr> 167 <hr>
170 U: <u><font></u>All of this should be green.</font> 168 U: <u><font></u>All of this should be green.</font>
171 <hr> 169 <hr>
172 UL: <ul><font></ul>All of this should be green.</font> 170 UL: <ul><font></ul>All of this should be green.</font>
173 <hr> 171 <hr>
174 VAR: <var><font></var>All of this should be green.</font> 172 VAR: <var><font></var>All of this should be green.</font>
OLDNEW
« 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