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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-rtl-flow-underline.html

Issue 2226043002: Underline truncated text correctly in a contrary flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@634404
Patch Set: bug 634445 Created 4 years, 4 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: third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-rtl-flow-underline.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-rtl-flow-underline.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-rtl-flow-underline.html
new file mode 100644
index 0000000000000000000000000000000000000000..9a60f42174d71389a4e07ff66d1418e36eae0970
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-rtl-flow-underline.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 125px;
+ font: 12px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ direction: rtl;
+ text-decoration: underline;
+}
+</style>
+<p>crbug.com/634445: Ltr text in a rtl flow should truncate the text right-to-left.</p>
+<p>You should see ...32109876543210 below and an underline beneat the text.</p>
+<div>0987654321098765432109876543210</div>
+

Powered by Google App Engine
This is Rietveld 408576698