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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt

Issue 2399633002: Store physical location in LayoutTableRow, just like in all other objects. (Closed)
Patch Set: Back out unintended png change Created 4 years, 2 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 scrollHeight 636 1 layer at (0,0) size 800x600 scrollHeight 636
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x636 backgroundClip at (0,0) size 800x600 clip at (0,0) s ize 800x600 3 layer at (0,0) size 800x636 backgroundClip at (0,0) size 800x600 clip at (0,0) s ize 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x636 4 LayoutBlockFlow {HTML} at (0,0) size 800x636
5 LayoutBlockFlow {BODY} at (8,8) size 784x620 5 LayoutBlockFlow {BODY} at (8,8) size 784x620
6 LayoutBlockFlow (anonymous) at (0,0) size 784x36 6 LayoutBlockFlow (anonymous) at (0,0) size 784x36
7 LayoutText {#text} at (0,0) size 768x36 7 LayoutText {#text} at (0,0) size 768x36
8 text run at (0,0) width 278: "The two rows below should look identical . " 8 text run at (0,0) width 278: "The two rows below should look identical . "
9 text run at (277,0) width 491: "In both, the spanning cells in columns 2-3 should consume as much width as" 9 text run at (277,0) width 491: "In both, the spanning cells in columns 2-3 should consume as much width as"
10 text run at (0,18) width 258: "possible, while column 1 should be tiny ." 10 text run at (0,18) width 258: "possible, while column 1 should be tiny ."
11 LayoutTable {TABLE} at (0,36) size 54x584 [border: (2px outset #808080)] 11 LayoutTable {TABLE} at (0,36) size 54x584 [border: (2px outset #808080)]
12 LayoutTableSection {TBODY} at (2,2) size 50x580 12 LayoutTableSection {TBODY} at (2,2) size 50x580
13 LayoutTableRow {TR} at (0,2) size 22x580 13 LayoutTableRow {TR} at (2,0) size 22x580
14 LayoutTableCell {TD} at (2,2) size 22x12 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 14 LayoutTableCell {TD} at (2,2) size 22x12 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
15 LayoutText {#text} at (2,2) size 18x8 15 LayoutText {#text} at (2,2) size 18x8
16 text run at (2,2) width 8: "1" 16 text run at (2,2) width 8: "1"
17 LayoutTableCell {TD} at (2,16) size 22x562 [border: (1px inset #8080 80)] [r=0 c=1 rs=1 cs=2] 17 LayoutTableCell {TD} at (2,16) size 22x562 [border: (1px inset #8080 80)] [r=0 c=1 rs=1 cs=2]
18 LayoutText {#text} at (2,2) size 18x22 18 LayoutText {#text} at (2,2) size 18x22
19 text run at (2,2) width 22: "2-3" 19 text run at (2,2) width 22: "2-3"
20 LayoutTableRow {TR} at (0,26) size 22x580 20 LayoutTableRow {TR} at (26,0) size 22x580
21 LayoutTableCell {TD} at (26,2) size 22x12 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1] 21 LayoutTableCell {TD} at (26,2) size 22x12 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1]
22 LayoutText {#text} at (2,2) size 18x8 22 LayoutText {#text} at (2,2) size 18x8
23 text run at (2,2) width 8: "1" 23 text run at (2,2) width 8: "1"
24 LayoutTableCell {TD} at (26,16) size 22x562 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=2] 24 LayoutTableCell {TD} at (26,16) size 22x562 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=2]
25 LayoutText {#text} at (2,2) size 18x22 25 LayoutText {#text} at (2,2) size 18x22
26 text run at (2,2) width 22: "2-3" 26 text run at (2,2) width 22: "2-3"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698