Index: third_party/WebKit/LayoutTests/fast/text/ellipsis-mixed-text-in-rtl-flow-underline-2.html |
diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-mixed-text-in-rtl-flow-underline-2.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-mixed-text-in-rtl-flow-underline-2.html |
deleted file mode 100644 |
index d3c81050d4f89707ce573bd5b880f93d5d37c222..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/text/ellipsis-mixed-text-in-rtl-flow-underline-2.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!DOCTYPE html> |
-<meta charset='utf-8'> |
-<style> |
-div { |
- width: 350px; |
- white-space: nowrap; |
- overflow: hidden; |
- text-overflow: ellipsis; |
- text-decoration: underline; |
- direction: rtl; |
-} |
-</style> |
-<p>crbug.com/634445: Rtl text in a ltr flow should truncate the text left-to-right.</p> |
-<p>You should see an underline beneath the text but not the ellipsis.</p> |
-<div>Lorem ipsum ינטרנט וכו' במקום הטקסט האמיתי הסופיעד שיהיה טקסט אמית</div> |