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

Side by Side Diff: LayoutTests/css2.1/t0905-c5525-fltmrgn-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: float</title> 4 <title>CSS 2.1 Test Suite: float</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 { background: red url(support/css1test5525b-0.png) no-repeat; color: gree n; 8 div { background: red url(support/css1test5525b-0.png) no-repeat; color: gree n;
8 font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; } 9 font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; }
9 img { float: left; color: red; } 10 img { float: left; color: red; }
10 .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-rep eat; } 11 .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-rep eat; }
11 .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-rep eat; } 12 .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-rep eat; }
12 .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; } 13 .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; }
13 .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-rep eat; } 14 .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-rep eat; }
14 .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; } 15 .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; }
(...skipping 29 matching lines...) Expand all
44 <img alt="FAIL" src="support/swatch-green.png"> 45 <img alt="FAIL" src="support/swatch-green.png">
45 x x x xx x x x 46 x x x xx x x x
46 </p> 47 </p>
47 <p class="test6"> 48 <p class="test6">
48 <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png"> 49 <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png">
49 x x x xx x x x 50 x x x xx x x x
50 </p> 51 </p>
51 </div> 52 </div>
52 </body> 53 </body>
53 </html> 54 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0905-c5525-fltinln-00-c-ag.html ('k') | LayoutTests/css2.1/t0905-c5526-fltclr-00-c-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698