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

Side by Side Diff: LayoutTests/fast/repaint/float-overflow.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, 5 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
« no previous file with comments | « LayoutTests/fast/parser/fonts.html ('k') | LayoutTests/fast/repaint/float-overflow-right.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Repaint test for http://bugs.webkit.org/show_bug.cgi?id=12123</title> 4 <title>Repaint test for http://bugs.webkit.org/show_bug.cgi?id=12123</title>
5 <script src="../../resources/ahem.js"></script>
5 <style> 6 <style>
6 .spacer { width: 0; } 7 .spacer { width: 0; }
7 .test { border: thin dotted lightgray; margin: 2px; height: 35px; } 8 .test { border: thin dotted lightgray; margin: 2px; height: 35px; }
8 .outer { border: thin solid purple; padding: 5px; width: 50px; margin-le ft: 50px; } 9 .outer { border: thin solid purple; padding: 5px; width: 50px; margin-le ft: 50px; }
9 .outer > div { height: 10px; background-color: pink; } 10 .outer > div { height: 10px; background-color: pink; }
10 .outer > div > div { width: 40px; height: 10px; background-color: lightb lue; } 11 .outer > div > div { width: 40px; height: 10px; background-color: lightb lue; }
11 span { font-family: Ahem; color: blue; } 12 span { font-family: Ahem; color: blue; }
12 .box { display: -webkit-box; } 13 .box { display: -webkit-box; }
13 </style> 14 </style>
14 <script src="resources/text-based-repaint.js"></script> 15 <script src="resources/text-based-repaint.js"></script>
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 <div class="outer"> 175 <div class="outer">
175 <div style="display: inline-block; height: 20px;"> 176 <div style="display: inline-block; height: 20px;">
176 <div style="float: left; margin-left: -8px;"> 177 <div style="float: left; margin-left: -8px;">
177 <span>x</span> 178 <span>x</span>
178 </div> 179 </div>
179 </div> 180 </div>
180 </div> 181 </div>
181 </div> 182 </div>
182 </body> 183 </body>
183 </html> 184 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/parser/fonts.html ('k') | LayoutTests/fast/repaint/float-overflow-right.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698