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

Side by Side Diff: LayoutTests/platform/win/fast/table/cellindex-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 LayoutTable {TABLE} at (0,0) size 155x24 6 LayoutTable {TABLE} at (0,0) size 155x24
7 LayoutTableSection {TBODY} at (0,0) size 155x24 7 LayoutTableSection {TBODY} at (0,0) size 155x24
8 LayoutTableRow {TR} at (0,2) size 155x20 8 LayoutTableRow {TR} at (0,2) size 155x20
9 LayoutTableCell {TH} at (2,2) size 65x20 [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TH} at (2,2) size 65x20 [r=0 c=0 rs=1 cs=1]
10 RenderText {#text} at (1,1) size 63x17 10 RenderText {#text} at (1,1) size 63x17
11 text run at (1,1) width 63: "Header 1" 11 text run at (1,1) width 63: "Header 1"
12 LayoutTableCell {TD} at (69,2) size 41x20 [r=0 c=1 rs=1 cs=1] 12 LayoutTableCell {TD} at (69,2) size 41x20 [r=0 c=1 rs=1 cs=1]
13 RenderText {#text} at (1,1) size 39x17 13 RenderText {#text} at (1,1) size 39x17
14 text run at (1,1) width 39: "Cell 1" 14 text run at (1,1) width 39: "Cell 1"
15 LayoutTableCell {TD} at (112,2) size 41x20 [r=0 c=2 rs=1 cs=1] 15 LayoutTableCell {TD} at (112,2) size 41x20 [r=0 c=2 rs=1 cs=1]
16 RenderText {#text} at (1,1) size 39x17 16 RenderText {#text} at (1,1) size 39x17
17 text run at (1,1) width 39: "Cell 2" 17 text run at (1,1) width 39: "Cell 2"
18 RenderBlock (anonymous) at (0,24) size 784x54 18 RenderBlock (anonymous) at (0,24) size 784x54
19 RenderText {#text} at (0,0) size 93x17 19 RenderText {#text} at (0,0) size 93x17
20 text run at (0,0) width 93: "h1 has index 0" 20 text run at (0,0) width 93: "h1 has index 0"
21 RenderBR {BR} at (92,14) size 1x0 21 LayoutBR {BR} at (92,14) size 1x0
22 RenderText {#text} at (0,18) size 92x17 22 RenderText {#text} at (0,18) size 92x17
23 text run at (0,18) width 92: "c1 has index 1" 23 text run at (0,18) width 92: "c1 has index 1"
24 RenderBR {BR} at (91,32) size 1x0 24 LayoutBR {BR} at (91,32) size 1x0
25 RenderText {#text} at (0,36) size 92x17 25 RenderText {#text} at (0,36) size 92x17
26 text run at (0,36) width 92: "c2 has index 2" 26 text run at (0,36) width 92: "c2 has index 2"
27 RenderBR {BR} at (91,50) size 1x0 27 LayoutBR {BR} at (91,50) size 1x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698