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

Side by Side Diff: LayoutTests/fast/repaint/inline-horizontal-bt-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, 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 <script src="resources/text-based-repaint.js"></script> 1 <script src="resources/text-based-repaint.js"></script>
2 <script> 2 <script>
3 function repaintTest() 3 function repaintTest()
4 { 4 {
5 document.getElementById("target").style.webkitTextStrokeColor = "green"; 5 document.getElementById("target").style.webkitTextStrokeColor = "green";
6 } 6 }
7 </script> 7 </script>
8 <script src="../../resources/ahem.js"></script>
8 <body onload="runRepaintTest()" style="padding: 50px; -webkit-writing-mode:horiz ontal-bt"> 9 <body onload="runRepaintTest()" style="padding: 50px; -webkit-writing-mode:horiz ontal-bt">
9 <div><span id="target" style="font-family: Ahem; font-size: 50px; -webkit-te xt-stroke: 50px red;">A&nbsp;&nbsp;B</span></div> 10 <div><span id="target" style="font-family: Ahem; font-size: 50px; -webkit-te xt-stroke: 50px red;">A&nbsp;&nbsp;B</span></div>
10 </body> 11 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/float-overflow-right.html ('k') | LayoutTests/fast/repaint/inline-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698