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

Side by Side Diff: LayoutTests/css2.1/t0905-c5525-fltclr-00-c-ag.html

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"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS 2.1 Test Suite: clear</title> 4 <title>CSS 2.1 Test Suite: clear</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 body { overflow: hidden; } 7 body { overflow: hidden; }
7 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55 26.png) no-repeat; width: 20em; border: solid black; } 8 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55 26.png) no-repeat; width: 20em; border: solid black; }
8 p { margin: 1em 0; } 9 p { margin: 1em 0; }
9 .left {float: left;} 10 .left {float: left;}
10 .right {float: right;} 11 .right {float: right;}
11 .one {clear: left;} 12 .one {clear: left;}
12 .two {clear: right;} 13 .two {clear: right;}
13 .three {clear: both;} 14 .three {clear: both;}
14 .four {clear: none;} 15 .four {clear: none;}
(...skipping 30 matching lines...) Expand all
45 <img alt="[Image]" height="50" src="support/swatch-green.png" class="right"> 46 <img alt="[Image]" height="50" src="support/swatch-green.png" class="right">
46 <p class="four"> 47 <p class="four">
47 xxxxx xxxx xxx xx x xx xxx xxxx 48 xxxxx xxxx xxx xx x xx xxx xxxx
48 xxxxx xxxx xxx xx x xx xxx xxxx 49 xxxxx xxxx xxx xx x xx xxx xxxx
49 xxxxx xxxx xxx xx x xx xxx xxxx 50 xxxxx xxxx xxx xx x xx xxx xxxx
50 xxxxx xxxx xxx xx x xx xxx xxxx 51 xxxxx xxxx xxx xx x xx xxx xxxx
51 </p> 52 </p>
52 </div> 53 </div>
53 </body> 54 </body>
54 </html> 55 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0905-c5525-fltblck-00-d-ag.html ('k') | LayoutTests/css2.1/t0905-c5525-fltinln-00-c-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698