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

Side by Side Diff: LayoutTests/css2.1/t0803-c5502-mrgn-r-01-c-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, 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: margin-right</title> 4 <title>CSS 2.1 Test Suite: margin-right</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 { margin-right: 2em; text-align: right; } 12 ul.test, li.test { margin-right: 2em; text-align: right; }
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 17 matching lines...) Expand all
32 <li>-</li> 33 <li>-</li>
33 </ul> 34 </ul>
34 </div> 35 </div>
35 <div class="control"> 36 <div class="control">
36 <div class="a"><div class="aa"></div></div> 37 <div class="a"><div class="aa"></div></div>
37 <div class="b"><div class="bb"></div></div> 38 <div class="b"><div class="bb"></div></div>
38 <div class="a"><div class="aa"></div></div> 39 <div class="a"><div class="aa"></div></div>
39 </div> 40 </div>
40 </body> 41 </body>
41 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0803-c5502-mrgn-r-00-c-ag.html ('k') | LayoutTests/css2.1/t0803-c5503-imrgn-b-00-b-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698