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

Side by Side Diff: LayoutTests/http/tests/security/shape-image-cors-disallow-origin-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 #clear-left { 6 #clear-left {
6 clear: left; 7 clear: left;
7 font: 20px/1 Ahem, sans-serif; 8 font: 20px/1 Ahem, sans-serif;
8 color: green; 9 color: green;
9 } 10 }
10 11
11 #clear-left > div { 12 #clear-left > div {
12 float: left; 13 float: left;
13 height: 20px; 14 height: 20px;
14 } 15 }
15 16
16 #shape-outside-disallow-origin-url { 17 #shape-outside-disallow-origin-url {
17 width: 200px; 18 width: 200px;
18 } 19 }
19 </style> 20 </style>
20 </head> 21 </head>
21 <body> 22 <body>
22 <p>Verify that images not allowed by CORS don't affect the layout.</p> 23 <p>Verify that images not allowed by CORS don't affect the layout.</p>
23 <div id="clear-left"><div id="shape-outside-disallow-origin-url"></div>X</di v> 24 <div id="clear-left"><div id="shape-outside-disallow-origin-url"></div>X</di v>
24 </body> 25 </body>
25 </html> 26 </html>
26 27
27 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698