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

Side by Side Diff: LayoutTests/fast/text/apply-start-width-after-skipped-text.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/ahem.js"></script>
1 <style> 2 <style>
2 div { width: 100px; background-color: lightgreen; color: lightblue; font: 20 px 'Ahem'; } 3 div { width: 100px; background-color: lightgreen; color: lightblue; font: 20 px 'Ahem'; }
3 span { border-left: 40px solid silver; } 4 span { border-left: 40px solid silver; }
4 </style> 5 </style>
5 <div> 6 <div>
6 xx<span> x</span> x x 7 xx<span> x</span> x x
7 </div> 8 </div>
8 <div> 9 <div>
9 <span> x</span> x x 10 <span> x</span> x x
10 </div> 11 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-style-not-updated.html ('k') | LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698