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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/font_properties/font_style.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 4 years 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite: 5.2.3 font-style</ title> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite: 5.2.3 font-style</ title>
2 2
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <meta http-equiv="Content-Style-Type" content="text/css"> 4 <meta http-equiv="Content-Style-Type" content="text/css">
5 5
6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s"> 6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s">
7 <SCRIPT src="../resources/base.js"></SCRIPT>
7 <style type="text/css"> 8 <style type="text/css">
8 .one {font-style: italic;} 9 .one {font-style: italic;}
9 .two {font-style: oblique;} 10 .two {font-style: oblique;}
10 .three, I {font-style: normal;} 11 .three, I {font-style: normal;}
11 </style></head> 12 </style></head>
12 13
13 <body><p>The style declarations which apply to the text below are:</p> 14 <body><p>The style declarations which apply to the text below are:</p>
14 <pre>.one {font-style: italic;} 15 <pre>.one {font-style: italic;}
15 .two {font-style: oblique;} 16 .two {font-style: oblique;}
16 .three, I {font-style: normal;} 17 .three, I {font-style: normal;}
(...skipping 19 matching lines...) Expand all
36 <td bgcolor="silver"> </td> 37 <td bgcolor="silver"> </td>
37 <td><p class="one"> 38 <td><p class="one">
38 This paragraph should be in italics, but the last word of the sentence should be <span class="three">normal</span>. 39 This paragraph should be in italics, but the last word of the sentence should be <span class="three">normal</span>.
39 </p> 40 </p>
40 <p class="two"> 41 <p class="two">
41 This paragraph should be oblique. 42 This paragraph should be oblique.
42 </p> 43 </p>
43 <p> 44 <p>
44 <i>This paragraph should be normal.</i> 45 <i>This paragraph should be normal.</i>
45 </p> 46 </p>
46 </td></tr></tbody></table></body></html> 47 </td></tr></tbody></table></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698