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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-boxes-001.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test 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="../../../resources/ahem.js"></script>
4 <link rel='stylesheet' href='shape-outside-boxes-styles.css' /> 5 <link rel='stylesheet' href='shape-outside-boxes-styles.css' />
5 </style> 6 </style>
6 </head> 7 </head>
7 <body> 8 <body>
8 <p>These tests set the shape-outside to the various boxes (margin/border/pad ding/content). They require the Ahem font. You should see green squares, with no red.</p> 9 <p>These tests set the shape-outside to the various boxes (margin/border/pad ding/content). They require the Ahem font. You should see green squares, with no red.</p>
9 <p>shape-outside: content-box</p> 10 <p>shape-outside: content-box</p>
10 <div class='container content-box horizontal-tb'> 11 <div class='container content-box horizontal-tb'>
11 </div> 12 </div>
12 <p>shape-outside: padding-box</p> 13 <p>shape-outside: padding-box</p>
13 <div class='container padding-box horizontal-tb'> 14 <div class='container padding-box horizontal-tb'>
14 </div> 15 </div>
15 <p>shape-outside: border-box</p> 16 <p>shape-outside: border-box</p>
16 <div class='container border-box horizontal-tb'> 17 <div class='container border-box horizontal-tb'>
17 </div> 18 </div>
18 <p>shape-outside: margin-box</p> 19 <p>shape-outside: margin-box</p>
19 <div class='container margin-box horizontal-tb'> 20 <div class='container margin-box horizontal-tb'>
20 </div> 21 </div>
21 </body> 22 </body>
22 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698