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

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

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 3 years, 12 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd">
2 <HTML> 2 <HTML>
3 <HEAD> 3 <HEAD>
4 <TITLE>CSS1 Test Suite: 5.2.5 font-weight</TITLE> 4 <TITLE>CSS1 Test Suite: 5.2.5 font-weight</TITLE>
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <META http-equiv="Content-Style-Type" content="text/css"> 6 <META http-equiv="Content-Style-Type" content="text/css">
7 7
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s"> 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s">
9 <SCRIPT src="../resources/base.js"></SCRIPT>
9 <STYLE type="text/css"> 10 <STYLE type="text/css">
10 .one {font-weight: bold;} 11 .one {font-weight: bold;}
11 .two {font-weight: bolder;} 12 .two {font-weight: bolder;}
12 .three {font-weight: lighter;} 13 .three {font-weight: lighter;}
13 .four {font-weight: 100;} 14 .four {font-weight: 100;}
14 .five {font-weight: 300;} 15 .five {font-weight: 300;}
15 .six {font-weight: 500;} 16 .six {font-weight: 500;}
16 .seven {font-weight: 700;} 17 .seven {font-weight: 700;}
17 .eight {font-weight: 900;} 18 .eight {font-weight: 900;}
18 .nine {font-weight: normal;} 19 .nine {font-weight: normal;}
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 </P> 103 </P>
103 <P class="eight"> 104 <P class="eight">
104 This sentence should be weight 900. 105 This sentence should be weight 900.
105 </P> 106 </P>
106 107
107 <P class="one"> 108 <P class="one">
108 This sentence should be bold, but the last word in the sentence should be <SPAN class="nine">normal</SPAN>. 109 This sentence should be bold, but the last word in the sentence should be <SPAN class="nine">normal</SPAN>.
109 </P> 110 </P>
110 </TD></TR></TABLE></BODY> 111 </TD></TR></TABLE></BODY>
111 </HTML> 112 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698