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

Side by Side Diff: LayoutTests/css2.1/t0804-c5506-padn-t-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: padding-top</title> 4 <title>CSS 2.1 Test Suite: padding-top</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 td { padding: 0; border: solid black; } 7 td { padding: 0; border: solid black; }
7 p { margin: 0; } 8 p { margin: 0; }
8 .test { font: 12px/1 Ahem; width: 5em; } 9 .test { font: 12px/1 Ahem; width: 5em; }
9 .zero {padding-top: 0; background-color: orange; color: blue;} 10 .zero {padding-top: 0; background-color: orange; color: blue;}
10 .one {padding-top: 0.125in; background-color: yellow; color: aqua;} 11 .one {padding-top: 0.125in; background-color: yellow; color: aqua;}
11 .two {padding-top: 12px; background-color: lime; color: fuchsia;} 12 .two {padding-top: 12px; background-color: lime; color: fuchsia;}
12 .three {padding-top: 1em; background-color: blue; color: orange;} 13 .three {padding-top: 1em; background-color: blue; color: orange;}
13 .four {padding-top: 20%; background-color: aqua; color: yellow;} 14 .four {padding-top: 20%; background-color: aqua; color: yellow;}
14 .five {padding-top: -20px; background-color: fuchsia; color: lime;} 15 .five {padding-top: -20px; background-color: fuchsia; color: lime;}
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <div class="blue"></div> 48 <div class="blue"></div>
48 <div class="orange"></div> 49 <div class="orange"></div>
49 <div class="aqua"></div> 50 <div class="aqua"></div>
50 <div class="yellow"></div> 51 <div class="yellow"></div>
51 <div class="lime"></div> 52 <div class="lime"></div>
52 </td> 53 </td>
53 </tr> 54 </tr>
54 </table> 55 </table>
55 </body> 56 </body>
56 </html> 57 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0804-c5506-ipadn-t-02-b-a.html ('k') | LayoutTests/css2.1/t0804-c5507-ipadn-r-00-b-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698