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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/text/place-ellipsis-in-inline-blocks-align-center-expected.txt

Issue 2699393002: Place ellipsis correctly inside inline-blocks (Closed)
Patch Set: bug 133700 Created 3 years, 10 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/platform/linux/fast/text/place-ellipsis-in-inline-blocks-align-center-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/text/place-ellipsis-in-inline-blocks-align-center-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/text/place-ellipsis-in-inline-blocks-align-center-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..40404a7d80442190cf48a59eb043b9120c459353
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/text/place-ellipsis-in-inline-blocks-align-center-expected.txt
@@ -0,0 +1,74 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x372
+ LayoutBlockFlow {HTML} at (0,0) size 800x372
+ LayoutBlockFlow {BODY} at (8,16) size 784x348
+ LayoutBlockFlow {P} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 520x19
+ text run at (0,0) width 520: "crbug.com/133700: Ellipsis placed correctly in rtl text in an inline-block wth an rtl flow."
+ LayoutBlockFlow {P} at (0,36) size 784x20
+ LayoutText {#text} at (0,0) size 193x19
+ text run at (0,0) width 193: "You should see abcdef... below."
+ LayoutBlockFlow {P} at (0,108) size 784x20
+ LayoutText {#text} at (0,0) size 193x19
+ text run at (0,0) width 193: "You should see ...defabc below."
+ LayoutBlockFlow {P} at (0,180) size 784x20
+ LayoutText {#text} at (0,0) size 271x19
+ text run at (0,0) width 271: "You should see abcde... then abcde... below."
+ LayoutBlockFlow {P} at (0,272) size 784x20
+ LayoutText {#text} at (0,0) size 269x19
+ text run at (0,0) width 269: "You should see ...hijklm then ...hijklm below."
+layer at (8,88) size 55x20 scrollWidth 58
+ LayoutBlockFlow {DIV} at (0,72) size 55x20
+ LayoutBlockFlow {SPAN} at (0,0) size 22x20
+ LayoutText {#text} at (0,0) size 22x19
+ text run at (0,0) width 22: "abc"
+ LayoutBlockFlow {SPAN} at (22,0) size 19x20
+ LayoutText {#text} at (0,0) size 19x19
+ text run at (0,0) width 19: "def"
+ LayoutBlockFlow {SPAN} at (41,0) size 17x20
+ LayoutText {#text} at (0,0) size 17x19
+ text run at (0,0) width 17: "ghi"
+ LayoutText {#text} at (0,0) size 0x0
+layer at (8,160) size 55x20 scrollX 3.00 scrollWidth 58
+ LayoutBlockFlow {DIV} at (0,144) size 55x20
+ LayoutBlockFlow {SPAN} at (33,0) size 22x20
+ LayoutText {#text} at (0,0) size 22x19
+ text run at (0,0) width 22: "abc"
+ LayoutBlockFlow {SPAN} at (14,0) size 19x20
+ LayoutText {#text} at (0,0) size 19x19
+ text run at (0,0) width 19: "def"
+ LayoutBlockFlow {SPAN} at (-3,0) size 17x20
+ LayoutText {#text} at (0,0) size 17x19
+ text run at (0,0) width 17: "ghi"
+ LayoutText {#text} at (0,0) size 0x0
+layer at (8,232) size 55x40 scrollWidth 116
+ LayoutBlockFlow {DIV} at (0,216) size 55x40
+ LayoutBlockFlow {SPAN} at (0,0) size 84x40
+ LayoutText {#text} at (0,0) size 84x19
+ text run at (0,0) width 84: "abcdefghijklm"
+ LayoutBR {BR} at (84,0) size 0x19
+ LayoutText {#text} at (0,20) size 84x19
+ text run at (0,20) width 84: "abcdefghijklm"
+ LayoutBlockFlow {SPAN} at (84,20) size 17x20
+ LayoutText {#text} at (0,0) size 17x19
+ text run at (0,0) width 17: "ghi"
+ LayoutBlockFlow {SPAN} at (101,20) size 15x20
+ LayoutText {#text} at (0,0) size 15x19
+ text run at (0,0) width 15: "jkl"
+ LayoutText {#text} at (0,0) size 0x0
+layer at (8,324) size 55x40 scrollX 61.00 scrollWidth 116
+ LayoutBlockFlow {DIV} at (0,308) size 55x40
+ LayoutBlockFlow {SPAN} at (-29,0) size 84x40
+ LayoutText {#text} at (0,0) size 84x19
+ text run at (0,0) width 84: "abcdefghijklm"
+ LayoutBR {BR} at (0,0) size 0x19
+ LayoutText {#text} at (0,20) size 84x19
+ text run at (0,20) width 84: "abcdefghijklm"
+ LayoutBlockFlow {SPAN} at (-46,20) size 17x20
+ LayoutText {#text} at (0,0) size 17x19
+ text run at (0,0) width 17: "ghi"
+ LayoutBlockFlow {SPAN} at (-61,20) size 15x20
+ LayoutText {#text} at (0,0) size 15x19
+ text run at (0,0) width 15: "jkl"
+ LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698