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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-ltr-flow.html

Issue 2651123005: Place ellipsis correctly in presence of list markers (Closed)
Patch Set: bug 645938 Created 3 years, 11 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-with-list-marker-in-ltr-flow.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-ltr-flow.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-ltr-flow.html
new file mode 100644
index 0000000000000000000000000000000000000000..76ffcfb1023ead0f429a8863248bf744424ad5a7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-ltr-flow.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<style>
+.case {
+ overflow: hidden;
+ width: 200px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+</style>
+<p>crbug.com/645938: Text in an ltr flow with a list marker should truncate properly.</p>
+<p>You should see או ג'יבריש עד שיהיה טקסט אמיתי... below.</p>
+<ol>
+ <li class=case>הנקרא לפעמים גם דמי טקסט או ג'יבריש עד שיהיה טקסט אמיתי</li>
+</ol>
+<p>You should see dsajkl dsjakld sajkld asjkld s... below.</p>
+<ol>
+ <li class=case>dsajkl dsjakld sajkld asjkld sajklds ajdklasd jsakldsja dsjjkl dsjk</li>
+</ol>

Powered by Google App Engine
This is Rietveld 408576698