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

Side by Side Diff: LayoutTests/fast/text/international/draw-complex-text-from-to.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 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 <style> 1 <style>
2 div { 2 div {
3 font-size:36pt; 3 font-size:36pt;
4 width:100px; 4 width:100px;
5 white-space:nowrap; 5 white-space:nowrap;
6 overflow:hidden; 6 overflow:hidden;
7 text-overflow:ellipsis; 7 text-overflow:ellipsis;
8 direction:rtl; 8 direction:rtl;
9 } 9 }
10 </style> 10 </style>
11 <script> 11 <script>
12 if (window.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(true); 13 testRunner.dumpAsTextWithPixelResults();
14 </script> 14 </script>
15 15
16 <p>The text and ellipsis should not overlap.</p> 16 <p>The text and ellipsis should not overlap.</p>
17 <div>&#1607;&#1584;&#1575; &#1607;&#1608; &#1575;&#1604;&#1575;&#1582;&#1578;&#1 576;&#1575;&#1585;</div> 17 <div>&#1607;&#1584;&#1575; &#1607;&#1608; &#1575;&#1604;&#1575;&#1582;&#1578;&#1 576;&#1575;&#1585;</div>
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698