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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/text_properties/word_spacing.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.4.1 word-spacing</TITLE> 4 <TITLE>CSS1 Test Suite: 5.4.1 word-spacing</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 {word-spacing: 0.3in;} 11 .one {word-spacing: 0.3in;}
11 .two {word-spacing: 0.5cm;} 12 .two {word-spacing: 0.5cm;}
12 .three {word-spacing: 5mm;} 13 .three {word-spacing: 5mm;}
13 .four {word-spacing: 3pt;} 14 .four {word-spacing: 3pt;}
14 .five {word-spacing: 0.25pc;} 15 .five {word-spacing: 0.25pc;}
15 .six {word-spacing: 1em;} 16 .six {word-spacing: 1em;}
16 .seven {word-spacing: 1ex;} 17 .seven {word-spacing: 1ex;}
17 .eight {word-spacing: 5px;} 18 .eight {word-spacing: 5px;}
18 .nine {word-spacing: normal;} 19 .nine {word-spacing: normal;}
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 This words in this sentence should have extra space between them, but the last f ew words in the sentence <SPAN class="nine">should have normal spacing</SPAN>. 101 This words in this sentence should have extra space between them, but the last f ew words in the sentence <SPAN class="nine">should have normal spacing</SPAN>.
101 </P> 102 </P>
102 <P class="ten"> 103 <P class="ten">
103 This sentence should have normal word-spacing, since percentage values are not a llowed on this property. 104 This sentence should have normal word-spacing, since percentage values are not a llowed on this property.
104 </P> 105 </P>
105 <P class="eleven"> 106 <P class="eleven">
106 This words in this sentence should have reduced space between them, since negati ve values are allowed on this property. 107 This words in this sentence should have reduced space between them, since negati ve values are allowed on this property.
107 </P> 108 </P>
108 </TD></TR></TABLE></BODY> 109 </TD></TR></TABLE></BODY>
109 </HTML> 110 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698