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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/chromium-linux/fast/text/international/draw-complex-text-from-to.html
diff --git a/LayoutTests/platform/chromium-linux/fast/text/international/draw-complex-text-from-to.html b/LayoutTests/platform/chromium-linux/fast/text/international/draw-complex-text-from-to.html
deleted file mode 100644
index 9c0d51cf05b5529428a90f37f1f4b03673fec863..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium-linux/fast/text/international/draw-complex-text-from-to.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<style>
- div {
- font-size:36pt;
- width:100px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- direction:rtl;
- }
-</style>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText(true);
-</script>
-
-<p>The text and ellipsis should not overlap.</p>
-<div>&#1607;&#1584;&#1575; &#1607;&#1608; &#1575;&#1604;&#1575;&#1582;&#1578;&#1576;&#1575;&#1585;</div>
-

Powered by Google App Engine
This is Rietveld 408576698