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

Side by Side Diff: LayoutTests/fast/scrolling/scrollbar-tickmarks-styled.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 <head> 2 <head>
3 <script src="../../resources/ahem.js"></script>
3 <style> 4 <style>
4 html { 5 html {
5 font: Ahem 10px; 6 font: Ahem 10px;
6 -webkit-font-smoothing: none; 7 -webkit-font-smoothing: none;
7 } 8 }
8 ::-webkit-scrollbar { 9 ::-webkit-scrollbar {
9 width: 13px; 10 width: 13px;
10 height: 13px; 11 height: 13px;
11 } 12 }
12 ::-webkit-scrollbar-track { 13 ::-webkit-scrollbar-track {
(...skipping 17 matching lines...) Expand all
30 } 31 }
31 </script> 32 </script>
32 </head> 33 </head>
33 <body onload="highlight();"> 34 <body onload="highlight();">
34 35
35 <div style="height:600px"></div> 36 <div style="height:600px"></div>
36 <span id="elt" style="position:absolute; top:300px">&nbsp;</span> 37 <span id="elt" style="position:absolute; top:300px">&nbsp;</span>
37 38
38 </body> 39 </body>
39 </html> 40 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/select-ruby.html ('k') | LayoutTests/fast/shapes/shape-outside-floats/shape-outside-boxes-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698