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

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

Issue 14860019: Move Linux-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
(Empty)
1 <style>
2 div {
3 font-size:36pt;
4 width:100px;
5 white-space:nowrap;
6 overflow:hidden;
7 text-overflow:ellipsis;
8 direction:rtl;
9 }
10 </style>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText(true);
14 </script>
15
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>
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698