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

Side by Side Diff: LayoutTests/platform/win-xp/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 148x26 6 LayoutTable {TABLE} at (0,0) size 148x26
7 LayoutTableSection {TBODY} at (0,0) size 148x26 7 LayoutTableSection {TBODY} at (0,0) size 148x26
8 LayoutTableRow {TR} at (0,2) size 148x22 8 LayoutTableRow {TR} at (0,2) size 148x22
9 LayoutTableCell {TH} at (2,2) size 64x22 [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TH} at (2,2) size 64x22 [r=0 c=0 rs=1 cs=1]
10 RenderText {#text} at (1,1) size 62x19 10 RenderText {#text} at (1,1) size 62x19
11 text run at (1,1) width 62: "Header 1" 11 text run at (1,1) width 62: "Header 1"
12 LayoutTableCell {TD} at (68,2) size 38x22 [r=0 c=1 rs=1 cs=1] 12 LayoutTableCell {TD} at (68,2) size 38x22 [r=0 c=1 rs=1 cs=1]
13 RenderText {#text} at (1,1) size 36x19 13 RenderText {#text} at (1,1) size 36x19
14 text run at (1,1) width 36: "Cell 1" 14 text run at (1,1) width 36: "Cell 1"
15 LayoutTableCell {TD} at (108,2) size 38x22 [r=0 c=2 rs=1 cs=1] 15 LayoutTableCell {TD} at (108,2) size 38x22 [r=0 c=2 rs=1 cs=1]
16 RenderText {#text} at (1,1) size 36x19 16 RenderText {#text} at (1,1) size 36x19
17 text run at (1,1) width 36: "Cell 2" 17 text run at (1,1) width 36: "Cell 2"
18 RenderBlock (anonymous) at (0,26) size 784x60 18 RenderBlock (anonymous) at (0,26) size 784x60
19 RenderText {#text} at (0,0) size 87x19 19 RenderText {#text} at (0,0) size 87x19
20 text run at (0,0) width 87: "h1 has index 0" 20 text run at (0,0) width 87: "h1 has index 0"
21 RenderBR {BR} at (87,15) size 0x0 21 LayoutBR {BR} at (87,15) size 0x0
22 RenderText {#text} at (0,20) size 87x19 22 RenderText {#text} at (0,20) size 87x19
23 text run at (0,20) width 87: "c1 has index 1" 23 text run at (0,20) width 87: "c1 has index 1"
24 RenderBR {BR} at (87,35) size 0x0 24 LayoutBR {BR} at (87,35) size 0x0
25 RenderText {#text} at (0,40) size 87x19 25 RenderText {#text} at (0,40) size 87x19
26 text run at (0,40) width 87: "c2 has index 2" 26 text run at (0,40) width 87: "c2 has index 2"
27 RenderBR {BR} at (87,55) size 0x0 27 LayoutBR {BR} at (87,55) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698