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

Side by Side Diff: LayoutTests/css2.1/t0804-c5510-padn-01-e-a.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, 5 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: padding</title> 4 <title>CSS 2.1 Test Suite: padding</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 div.test, div.control { margin: 1em; } 7 div.test, div.control { margin: 1em; }
7 p.criteria { color: navy; } 8 p.criteria { color: navy; }
8 p, ul, li { margin: 0; padding: 0; list-style: none; } 9 p, ul, li { margin: 0; padding: 0; list-style: none; }
9 10
10 div.test { border: solid black; width: 10em; background-color: orange; font: 1em/1 Ahem; color: teal; } 11 div.test { border: solid black; width: 10em; background-color: orange; font: 1em/1 Ahem; color: teal; }
11 ul.test, li.test { padding: 1em; } 12 ul.test, li.test { padding: 1em; }
12 li.test { background-color: aqua; } 13 li.test { background-color: aqua; }
13 ul.test { background-color: yellow; } 14 ul.test { background-color: yellow; }
14 15
(...skipping 14 matching lines...) Expand all
29 </ul> 30 </ul>
30 </div> 31 </div>
31 <div class="control"> 32 <div class="control">
32 <div class="orange"> 33 <div class="orange">
33 <div class="teal"></div> 34 <div class="teal"></div>
34 <div class="aqua"><div class="teal"></div></div> 35 <div class="aqua"><div class="teal"></div></div>
35 <div class="teal"></div> 36 <div class="teal"></div>
36 </div> 37 </div>
37 </div> 38 </div>
38 </body> 39 </body>
39 </html> 40 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0804-c5510-padn-00-b-ag.html ('k') | LayoutTests/css2.1/t090204-display-change-01-b-ao.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698