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

Side by Side Diff: LayoutTests/platform/win/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 270x17 6 RenderText {#text} at (0,0) size 270x17
7 text run at (0,0) width 270: "This tests the -webkit-line-clamp property " 7 text run at (0,0) width 270: "This tests the -webkit-line-clamp property "
8 RenderBR {BR} at (269,14) size 1x0 8 LayoutBR {BR} at (269,14) size 1x0
9 RenderBR {BR} at (0,18) size 0x17 9 LayoutBR {BR} at (0,18) size 0x17
10 RenderText {#text} at (102,114) size 4x17 10 RenderText {#text} at (102,114) size 4x17
11 text run at (102,114) width 4: " " 11 text run at (102,114) width 4: " "
12 RenderText {#text} at (208,114) size 4x17 12 RenderText {#text} at (208,114) size 4x17
13 text run at (208,114) width 4: " " 13 text run at (208,114) width 4: " "
14 RenderText {#text} at (314,114) size 4x17 14 RenderText {#text} at (314,114) size 4x17
15 text run at (314,114) width 4: " " 15 text run at (314,114) width 4: " "
16 RenderText {#text} at (420,114) size 4x17 16 RenderText {#text} at (420,114) size 4x17
17 text run at (420,114) width 4: " " 17 text run at (420,114) width 4: " "
18 RenderText {#text} at (526,114) size 4x17 18 RenderText {#text} at (526,114) size 4x17
19 text run at (526,114) width 4: " " 19 text run at (526,114) width 4: " "
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 RenderDeprecatedFlexibleBox {DIV} at (212,132) size 102x128 [border: (1px soli d #808080)] 147 RenderDeprecatedFlexibleBox {DIV} at (212,132) size 102x128 [border: (1px soli d #808080)]
148 RenderBlock (anonymous) at (1,1) size 100x126 148 RenderBlock (anonymous) at (1,1) size 100x126
149 RenderText {#text} at (0,0) size 99x125 149 RenderText {#text} at (0,0) size 99x125
150 text run at (0,0) width 38: "150%" 150 text run at (0,0) width 38: "150%"
151 text run at (0,18) width 69: "truncation." 151 text run at (0,18) width 69: "truncation."
152 text run at (0,36) width 86: "This does the" 152 text run at (0,36) width 86: "This does the"
153 text run at (0,54) width 99: "least truncation" 153 text run at (0,54) width 99: "least truncation"
154 text run at (0,72) width 57: "possible," 154 text run at (0,72) width 57: "possible,"
155 text run at (0,90) width 65: "truncating" 155 text run at (0,90) width 65: "truncating"
156 text run at (0,108) width 53: "nothing." 156 text run at (0,108) width 53: "nothing."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698