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

Side by Side Diff: LayoutTests/http/tests/css/shape-image-file-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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="/js-test-resources/ahem.js"></script>
4 <style> 5 <style>
5 #image-shape { 6 #image-shape {
6 float: left; 7 float: left;
7 } 8 }
8 9
9 #content { 10 #content {
10 font: 60px/1 Ahem, sans-serif; 11 font: 60px/1 Ahem, sans-serif;
11 color: green; 12 color: green;
12 } 13 }
13 </style> 14 </style>
14 <p>The green squares should appear to the right of and below Abe's photo.</p> 15 <p>The green squares should appear to the right of and below Abe's photo.</p>
15 <div id="content"> 16 <div id="content">
16 <img id="image-shape" src="resources/abe.png"/> 17 <img id="image-shape" src="resources/abe.png"/>
17 X<br>X<br>X 18 X<br>X<br>X
18 </div> 19 </div>
19 </body> 20 </body>
20 </html> 21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/css/shape-image-file.html ('k') | LayoutTests/http/tests/filesystem/input-display.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698