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

Side by Side Diff: LayoutTests/css2.1/t090402-c42-ibx-pad-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: Inline Elements</title> 4 <title>CSS 2.1 Test Suite: Inline Elements</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 p { color: navy; } 7 p { color: navy; }
7 div { font: 10px/240% Ahem; color: black; width: 200px; margin: 0 0 0 10px; } 8 div { font: 10px/240% Ahem; color: black; width: 200px; margin: 0 0 0 10px; }
8 span { border: solid 10px blue; padding: 2px 20px 2px 10px; margin: 40px 30px 0 40px; } 9 span { border: solid 10px blue; padding: 2px 20px 2px 10px; margin: 40px 30px 0 40px; }
9 td { padding: 0; border: 2px solid black; } 10 td { padding: 0; border: 2px solid black; }
10 img { display: block; } 11 img { display: block; }
11 .control { background: red; color: yellow; } 12 .control { background: red; color: yellow; }
12 </style> 13 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatti ng" title="9.4.2 Inline formatting context"> 14 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatti ng" title="9.4.2 Inline formatting context">
14 </head> 15 </head>
15 <body> 16 <body>
16 <p>The two diagrams below should be identical to the pixel with no red present .</p> 17 <p>The two diagrams below should be identical to the pixel with no red present .</p>
17 <table> 18 <table>
18 <tr> 19 <tr>
19 <td> 20 <td>
20 <div> 21 <div>
21 1 2 3 4 5 6 7 8 9 0 22 1 2 3 4 5 6 7 8 9 0
22 1 2 3 <span> 7 8 9 0 23 1 2 3 <span> 7 8 9 0
23 1 2 3 4 5 6 7 8 9 0 24 1 2 3 4 5 6 7 8 9 0
24 1 2 3 4 </span> 8 9 0 25 1 2 3 4 </span> 8 9 0
25 1 2 3 4 5 6 7 8 9 0 26 1 2 3 4 5 6 7 8 9 0
26 </div> 27 </div>
27 </td> 28 </td>
28 <td class="control"> 29 <td class="control">
29 <img alt="FAIL: Images required for this test." src="support/css1test42a.pn g"> 30 <img alt="FAIL: Images required for this test." src="support/css1test42a.pn g">
30 </td> 31 </td>
31 </tr> 32 </tr>
32 </table> 33 </table>
33 </body> 34 </body>
34 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t090204-display-change-01-b-ao.html ('k') | LayoutTests/css2.1/t0905-c5525-fltblck-00-d-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698