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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-boxes-002.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 </head> 6 </head>
6 <body> 7 <body>
7 <p>These tests set the shape-outside to the various boxes (margin/border/pad ding/content) with writing-mode: vertical-lr. They require the Ahem font. You sh ould see green squares, with no red.</p> 8 <p>These tests set the shape-outside to the various boxes (margin/border/pad ding/content) with writing-mode: vertical-lr. They require the Ahem font. You sh ould see green squares, with no red.</p>
8 <p>shape-outside: content-box</p> 9 <p>shape-outside: content-box</p>
9 <div class='container content-box vertical-lr'> 10 <div class='container content-box vertical-lr'>
10 </div> 11 </div>
11 <p>shape-outside: padding-box</p> 12 <p>shape-outside: padding-box</p>
12 <div class='container padding-box vertical-lr'> 13 <div class='container padding-box vertical-lr'>
13 </div> 14 </div>
14 <p>shape-outside: border-box</p> 15 <p>shape-outside: border-box</p>
15 <div class='container border-box vertical-lr'> 16 <div class='container border-box vertical-lr'>
16 </div> 17 </div>
17 <p>shape-outside: margin-box</p> 18 <p>shape-outside: margin-box</p>
18 <div class='container margin-box vertical-lr'> 19 <div class='container margin-box vertical-lr'>
19 </div> 20 </div>
20 </body> 21 </body>
21 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698