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

Side by Side Diff: LayoutTests/fast/text/text-combine-shrink-to-fit.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 <script src="../../resources/ahem.js"></script>
2 <html><body> 3 <html><body>
3 The following vertical block should have one line, not two lines. 4 The following vertical block should have one line, not two lines.
4 <div data-expected-width="26" id="test" style="font-family: Ahem; -webkit-writin g-mode: vertical-rl; border: solid 5px blue;"> 5 <div data-expected-width="26" id="test" style="font-family: Ahem; -webkit-writin g-mode: vertical-rl; border: solid 5px blue;">
5 ab<span style="-webkit-text-combine: horizontal;">1</span> 6 ab<span style="-webkit-text-combine: horizontal;">1</span>
6 </div> 7 </div>
7 <script src="../../resources/check-layout.js"></script> 8 <script src="../../resources/check-layout.js"></script>
8 <script> 9 <script>
9 checkLayout('#test'); 10 checkLayout('#test');
10 </script> 11 </script>
11 </body></html> 12 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/splitText-dirty-lines.html ('k') | LayoutTests/fast/text/text-shadow-no-default-color.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698