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

Side by Side Diff: LayoutTests/css2.1/t0905-c5525-fltblck-00-d-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 div { font: 15px/1 Ahem; background: white url(support/css1test5525cf-0.png) top right no-repeat; height: 10em; } 7 div { font: 15px/1 Ahem; background: white url(support/css1test5525cf-0.png) top right no-repeat; height: 10em; }
7 p { margin: 0; padding: 0; } 8 p { margin: 0; padding: 0; }
8 .float { float: right; width: 20em; color: green; border: 3px solid green; pa dding: 5px; margin: 10px; } 9 .float { float: right; width: 20em; color: green; border: 3px solid green; pa dding: 5px; margin: 10px; }
9 .flow { background: white url(support/css1test5525cf-1.png) top right no-repe at; color: white; text-align: right; } 10 .flow { background: white url(support/css1test5525cf-1.png) top right no-repe at; color: white; text-align: right; }
10 </style> 11 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title=" 9.5 Floats"> 12 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title=" 9.5 Floats">
12 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#normal-block" t itle="10.6.3 Block-level non-replaced elements in normal flow when 'overflow' co mputes to 'visible'"> 13 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#normal-block" t itle="10.6.3 Block-level non-replaced elements in normal flow when 'overflow' co mputes to 'visible'">
13 </head> 14 </head>
14 <body> 15 <body>
15 <p>There should be a green box to the right. ➘</p> 16 <p>There should be a green box to the right. ➘</p>
16 <div> 17 <div>
17 <p class="float"> 18 <p class="float">
18 x x xxxx xx xxxx x x 19 x x xxxx xx xxxx x x
19 x xx xx xxxx xx xx x 20 x xx xx xxxx xx xx x
20 x xxx xx xx xx xxx x 21 x xxx xx xx xx xxx x
21 x xx xx xxxx xx xx x 22 x xx xx xxxx xx xx x
22 x x xxxx xx xxxx x x 23 x x xxxx xx xxxx x x
23 </p> 24 </p>
24 <p class="flow"> 25 <p class="flow">
25 x<br>x<br>x 26 x<br>x<br>x
26 </p> 27 </p>
27 </div> 28 </div>
28 </body> 29 </body>
29 </html> 30 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t090402-c42-ibx-pad-00-d-ag.html ('k') | LayoutTests/css2.1/t0905-c5525-fltclr-00-c-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698