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

Side by Side Diff: LayoutTests/scrollbars/rtl/overflow-scroll-rtl.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 style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;"> 2 <html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
3 <head> 3 <head>
4 <script src="../../resources/ahem.js"></script>
4 <script> 5 <script>
5 function runTest() { 6 function runTest() {
6 if (window.internals) 7 if (window.internals)
7 internals.settings.setMockScrollbarsEnabled(true); 8 internals.settings.setMockScrollbarsEnabled(true);
8 9
9 if (window.testRunner) 10 if (window.testRunner)
10 testRunner.dumpAsTextWithPixelResults(); 11 testRunner.dumpAsTextWithPixelResults();
11 } 12 }
12 </script> 13 </script>
13 </head> 14 </head>
14 <body onload="runTest();"> 15 <body onload="runTest();">
15 <p>All the digits from 0 to 9 should be visible.</p> 16 <p>All the digits from 0 to 9 should be visible.</p>
16 <div id="outer" style="direction: rtl; background-color: blue; width: 200px; hei ght: 200px; overflow: scroll;"> 17 <div id="outer" style="direction: rtl; background-color: blue; width: 200px; hei ght: 200px; overflow: scroll;">
17 <div id="inner" style="background-color: lightgreen;">0123456789</div> 18 <div id="inner" style="background-color: lightgreen;">0123456789</div>
18 </div> 19 </div>
19 </body> 20 </body>
20 </html> 21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/printing/return-from-printing-mode.html ('k') | LayoutTests/svg/custom/focus-ring-text.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698