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

Side by Side Diff: LayoutTests/css2.1/20110323/vertical-align-boxes-001-expected.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" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: Reference Result</title> 4 <title>CSS Test: Reference Result</title>
5 <script src="../../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 .test { 7 .test {
7 height: 2em; 8 height: 2em;
8 font: 40px/60px Ahem; color: blue; 9 font: 40px/60px Ahem; color: blue;
9 } 10 }
10 11
11 #control { 12 #control {
12 height: 40px; 13 height: 40px;
13 margin-bottom: -18px; 14 margin-bottom: -18px;
14 } 15 }
(...skipping 14 matching lines...) Expand all
29 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!-- 30 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!--
30 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- 31 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
31 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- 32 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
32 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- 33 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
33 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- 34 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
34 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- 35 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
35 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"> 36 --><img id="control2" src="support/swatch-blue.png" alt="FAIL">
36 </div> 37 </div>
37 38
38 </body> 39 </body>
39 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698