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

Side by Side Diff: LayoutTests/css2.1/20110323/c541-word-sp-000.htm

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: word-spacing</title> 4 <title>CSS Test: word-spacing</title>
5 <meta name="flags" content="ahem"> 5 <meta name="flags" content="ahem">
6 <script src="../../resources/ahem.js"></script>
6 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#word-spacing"> 7 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#word-spacing">
7 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.or g/Style/CSS/Test/CSS1/current/tsack.html"> 8 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.or g/Style/CSS/Test/CSS1/current/tsack.html">
8 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"> 9 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
9 <style type="text/css"> 10 <style type="text/css">
10 div { font: 24px/1 Ahem; width: 18em; background: yellow; color: aqua; } 11 div { font: 24px/1 Ahem; width: 18em; background: yellow; color: aqua; }
11 .one {word-spacing: 0.25in;} 12 .one {word-spacing: 0.25in;}
12 .two {word-spacing: 0.635cm;} 13 .two {word-spacing: 0.635cm;}
13 .three {word-spacing: 6.35mm;} 14 .three {word-spacing: 6.35mm;}
14 .four {word-spacing: 18pt;} 15 .four {word-spacing: 18pt;}
15 .five {word-spacing: 1.5pc;} 16 .five {word-spacing: 1.5pc;}
(...skipping 11 matching lines...) Expand all
27 <div class="one"> x xx xxx xxxx </div> 28 <div class="one"> x xx xxx xxxx </div>
28 <div class="two"> x xx xxx xxxx </div> 29 <div class="two"> x xx xxx xxxx </div>
29 <div class="three"> x xx xxx xxxx </div> 30 <div class="three"> x xx xxx xxxx </div>
30 <div class="four"> x xx xxx xxxx </div> 31 <div class="four"> x xx xxx xxxx </div>
31 <div class="five"> x xx xxx xxxx </div> 32 <div class="five"> x xx xxx xxxx </div>
32 <div class="six"> x xx xxx xxxx </div> 33 <div class="six"> x xx xxx xxxx </div>
33 <div class="seven"> x xx xxx xxxx </div> 34 <div class="seven"> x xx xxx xxxx </div>
34 <div class="eight"> x xx xxx xxxx </div> 35 <div class="eight"> x xx xxx xxxx </div>
35 </body> 36 </body>
36 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698