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

Side by Side Diff: LayoutTests/css2.1/t1205-c566-list-stl-00-e-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: list-style</title> 4 <title>CSS 2.1 Test Suite: list-style</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 ul { 7 ul {
7 margin: 1em 5em; border: solid black; padding: 0; width: 6em; 8 margin: 1em 5em; border: solid black; padding: 0; width: 6em;
8 font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.pn g) no-repeat; 9 font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.pn g) no-repeat;
9 list-style: upper-alpha inside; 10 list-style: upper-alpha inside;
10 } 11 }
11 li { margin: 0; padding: 0; } 12 li { margin: 0; padding: 0; }
12 </style> 13 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12 .5 Lists"> 14 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12 .5 Lists">
14 </head> 15 </head>
15 <body> 16 <body>
16 <p>There should be no red below.</p> 17 <p>There should be no red below.</p>
17 <ul class="one"> 18 <ul class="one">
18 <li> x x xx xx x x</li> 19 <li> x x xx xx x x</li>
19 </ul> 20 </ul>
20 </body> 21 </body>
21 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t100801-c548-ln-ht-04-d-ag.html ('k') | LayoutTests/css2.1/t140201-c534-bgre-00-b-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698