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>هذا هو الاختبار</div> |
- |