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

Side by Side Diff: LayoutTests/fast/dom/Document/CaretRangeFromPoint/basic.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../../../resources/ahem.js"></script>
3 <style> 4 <style>
4 #test { 5 #test {
5 width: 400px; 6 width: 400px;
6 font-family: "Ahem"; 7 font-family: "Ahem";
7 } 8 }
8 </style> 9 </style>
9 <script> 10 <script>
10 if (window.testRunner) 11 if (window.testRunner)
11 testRunner.dumpAsText(); 12 testRunner.dumpAsText();
12 13
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 shouldBeNull(window.innerWidth + 100, window.innerHeight + 100); 93 shouldBeNull(window.innerWidth + 100, window.innerHeight + 100);
93 94
94 swapInLog(); 95 swapInLog();
95 } 96 }
96 </script> 97 </script>
97 </head> 98 </head>
98 <body> 99 <body>
99 <div id="test">xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx</div> 100 <div id="test">xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx</div>
100 </body> 101 </body>
101 </html> 102 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698