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

Side by Side Diff: LayoutTests/css2.1/t0803-c5503-mrgn-b-00-b-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-bottom</title> 4 <title>CSS 2.1 Test Suite: margin-bottom</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 .test { font: 10px/1 Ahem; width: 10em; border: solid black; padding: 0; back ground: yellow; color: orange; } 7 .test { font: 10px/1 Ahem; width: 10em; border: solid black; padding: 0; back ground: yellow; color: orange; }
7 .zero {background-color: teal; margin-bottom: 0;} 8 .zero {background-color: teal; margin-bottom: 0;}
8 .one {margin-bottom: 5.29166mm; background-color: aqua;} 9 .one {margin-bottom: 5.29166mm; background-color: aqua;}
9 .two {margin-bottom: 20px; background-color: blue;} 10 .two {margin-bottom: 20px; background-color: blue;}
10 .three {margin-bottom: 2em; background-color: aqua;} 11 .three {margin-bottom: 2em; background-color: aqua;}
11 .four {margin-bottom: 20%; background-color: teal;} 12 .four {margin-bottom: 20%; background-color: teal;}
12 .five {margin-bottom: 20px;} 13 .five {margin-bottom: 20px;}
13 .six {margin-bottom: -10px; background-color: aqua;} 14 .six {margin-bottom: -10px; background-color: aqua;}
14 p, ul, li {margin: 0; padding: 0; list-style:none;} 15 p, ul, li {margin: 0; padding: 0; list-style:none;}
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <div class="blue"><div class="short"></div></div> 79 <div class="blue"><div class="short"></div></div>
79 <div class="yellow"><div class="blank"></div></div> 80 <div class="yellow"><div class="blank"></div></div>
80 <div class="teal"><div class="long"></div><div class="short"></div></div> 81 <div class="teal"><div class="long"></div><div class="short"></div></div>
81 <div class="aqua"><div class="long"></div></div> 82 <div class="aqua"><div class="long"></div></div>
82 <div class="teal"><div class="short"></div></div> 83 <div class="teal"><div class="short"></div></div>
83 </td> 84 </td>
84 </tr> 85 </tr>
85 </table> 86 </table>
86 </body> 87 </body>
87 </html> 88 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0803-c5503-imrgn-b-00-b-a.html ('k') | LayoutTests/css2.1/t0803-c5504-imrgn-l-00-b-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698