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

Side by Side Diff: LayoutTests/platform/win-xp/fast/overflow/line-clamp-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderText {#text} at (0,0) size 253x19 6 RenderText {#text} at (0,0) size 253x19
7 text run at (0,0) width 253: "This tests the -webkit-line-clamp property " 7 text run at (0,0) width 253: "This tests the -webkit-line-clamp property "
8 RenderBR {BR} at (253,15) size 0x0 8 LayoutBR {BR} at (253,15) size 0x0
9 RenderBR {BR} at (0,20) size 0x19 9 LayoutBR {BR} at (0,20) size 0x19
10 RenderText {#text} at (102,107) size 4x19 10 RenderText {#text} at (102,107) size 4x19
11 text run at (102,107) width 4: " " 11 text run at (102,107) width 4: " "
12 RenderText {#text} at (208,107) size 4x19 12 RenderText {#text} at (208,107) size 4x19
13 text run at (208,107) width 4: " " 13 text run at (208,107) width 4: " "
14 RenderText {#text} at (314,107) size 4x19 14 RenderText {#text} at (314,107) size 4x19
15 text run at (314,107) width 4: " " 15 text run at (314,107) width 4: " "
16 RenderText {#text} at (420,107) size 4x19 16 RenderText {#text} at (420,107) size 4x19
17 text run at (420,107) width 4: " " 17 text run at (420,107) width 4: " "
18 RenderText {#text} at (526,107) size 4x19 18 RenderText {#text} at (526,107) size 4x19
19 text run at (526,107) width 4: " " 19 text run at (526,107) width 4: " "
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 RenderBlock (anonymous) at (1,1) size 100x140 144 RenderBlock (anonymous) at (1,1) size 100x140
145 RenderText {#text} at (0,0) size 92x139 145 RenderText {#text} at (0,0) size 92x139
146 text run at (0,0) width 37: "150%" 146 text run at (0,0) width 37: "150%"
147 text run at (0,20) width 67: "truncation. " 147 text run at (0,20) width 67: "truncation. "
148 text run at (67,20) width 25: "This" 148 text run at (67,20) width 25: "This"
149 text run at (0,40) width 82: "does the least" 149 text run at (0,40) width 82: "does the least"
150 text run at (0,60) width 59: "truncation" 150 text run at (0,60) width 59: "truncation"
151 text run at (0,80) width 53: "possible," 151 text run at (0,80) width 53: "possible,"
152 text run at (0,100) width 58: "truncating" 152 text run at (0,100) width 58: "truncating"
153 text run at (0,120) width 47: "nothing." 153 text run at (0,120) width 47: "nothing."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698