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

Side by Side Diff: LayoutTests/css2.1/t0804-c5508-ipadn-b-03-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-bottom</title> 4 <title>CSS 2.1 Test Suite: padding-bottom</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-bottom: 0; background-color: orange; color: blue;} 10 .zero {padding-bottom: 0; background-color: orange; color: blue;}
10 .one {padding-bottom: 0.125in; background-color: yellow; color: aqua;} 11 .one {padding-bottom: 0.125in; background-color: yellow; color: aqua;}
11 .two {padding-bottom: 12px; background-color: lime; color: fuchsia;} 12 .two {padding-bottom: 12px; background-color: lime; color: fuchsia;}
12 .three {padding-bottom: 1em; background-color: blue; color: orange;} 13 .three {padding-bottom: 1em; background-color: blue; color: orange;}
13 .four {padding-bottom: 20%; background-color: aqua; color: yellow;} 14 .four {padding-bottom: 20%; background-color: aqua; color: yellow;}
14 .five {padding-bottom: -20px; background-color: fuchsia; color: lime;} 15 .five {padding-bottom: -20px; background-color: fuchsia; color: lime;}
(...skipping 30 matching lines...) Expand all
45 <div class="lime"></div> 46 <div class="lime"></div>
46 <div class="orange"></div> 47 <div class="orange"></div>
47 <div class="blue"></div> 48 <div class="blue"></div>
48 <div class="yellow"></div> 49 <div class="yellow"></div>
49 <div class="aqua"></div> 50 <div class="aqua"></div>
50 <div class="lime"></div> 51 <div class="lime"></div>
51 </td> 52 </td>
52 </tr> 53 </tr>
53 </table> 54 </table>
54 </body> 55 </body>
55 </html> 56 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0804-c5508-ipadn-b-02-b-a.html ('k') | LayoutTests/css2.1/t0804-c5509-ipadn-l-00-b-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698