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

Side by Side Diff: LayoutTests/fast/inline/justify-emphasis-inline-box.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> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/ahem.js"></script>
4 <meta charset="utf-8"> 5 <meta charset="utf-8">
5 </head> 6 </head>
6 <body> 7 <body>
7 <!-- There should be no emphasis mark at the top of first line(span's position). --> 8 <!-- There should be no emphasis mark at the top of first line(span's position). -->
8 <div style="text-align:justify;-webkit-text-emphasis-style: dot filled; width: 2 00px; font-family: Ahem"> 9 <div style="text-align:justify;-webkit-text-emphasis-style: dot filled; width: 2 00px; font-family: Ahem">
9 <span style="display: inline-block"></span>恂aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 10 <span style="display: inline-block"></span>恂aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
10 </div> 11 </div>
11 </body> 12 </body>
12 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698