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

Side by Side Diff: LayoutTests/css2.1/t040306-c63-color-00-b-ag.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: Color Units</title> 4 <title>CSS 2.1 Test Suite: Color Units</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 body {color: blue;} 7 body {color: blue;}
7 span {vertical-align: bottom; font: 15px/1 Ahem;} 8 span {vertical-align: bottom; font: 15px/1 Ahem;}
8 img {vertical-align: bottom; color: red;} 9 img {vertical-align: bottom; color: red;}
9 .one {color: #0f0;} 10 .one {color: #0f0;}
10 .two {color: #00ff00;} 11 .two {color: #00ff00;}
11 .three {color: rgb(0,255,0);} 12 .three {color: rgb(0,255,0);}
12 .four {color: rgb(0%,100%,0%);} 13 .four {color: rgb(0%,100%,0%);}
13 .five {color: rgb(0.0%,100.0%,0.0%);} 14 .five {color: rgb(0.0%,100.0%,0.0%);}
14 .six {color: lime;} 15 .six {color: lime;}
(...skipping 11 matching lines...) Expand all
26 Blue: <span>X</span><span class="seven">X</span><img alt="FAIL" src="support/ swatch-blue.png"> 27 Blue: <span>X</span><span class="seven">X</span><img alt="FAIL" src="support/ swatch-blue.png">
27 </div> 28 </div>
28 <div> 29 <div>
29 Orange: <span class="eight">X</span><span class="nine">X</span><span class="t en">X</span><span class="eleven">X</span><img alt="FAIL" src="support/swatch-ora nge.png"> 30 Orange: <span class="eight">X</span><span class="nine">X</span><span class="t en">X</span><span class="eleven">X</span><img alt="FAIL" src="support/swatch-ora nge.png">
30 </div> 31 </div>
31 <div> 32 <div>
32 Lime: <span class="one">X</span><span class="two">X</span><span class="three" >X</span><span class="four">X</span><span class="five">X</span><span class="six" >X</span><span style="color: #0f0;">X</span><span style="color: #00ff00;">X</spa n><span style="color: rgb(0,255,0);">X</span><span style="color: rgb(0%,100%,0%) ;">X</span><span style="color: rgb(0.0%,100.0%,0.0%);">X</span><span style="colo r: lime;">X</span><img alt="FAIL" src="support/swatch-lime.png"> 33 Lime: <span class="one">X</span><span class="two">X</span><span class="three" >X</span><span class="four">X</span><span class="five">X</span><span class="six" >X</span><span style="color: #0f0;">X</span><span style="color: #00ff00;">X</spa n><span style="color: rgb(0,255,0);">X</span><span style="color: rgb(0%,100%,0%) ;">X</span><span style="color: rgb(0.0%,100.0%,0.0%);">X</span><span style="colo r: lime;">X</span><img alt="FAIL" src="support/swatch-lime.png">
33 </div> 34 </div>
34 </body> 35 </body>
35 </html> 36 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t040303-c62-percent-00-b-ag.html ('k') | LayoutTests/css2.1/t0801-c412-hz-box-00-b-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698