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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/rules-attr-dynchange2-expected.txt

Issue 1412303002: Auto-rebaseline for r354723 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x576 5 LayoutBlockFlow {BODY} at (8,8) size 784x576
6 LayoutTable {TABLE} at (0,0) size 154x64 [border: none] 6 LayoutTable {TABLE} at (0,0) size 154x64 [border: none]
7 LayoutTableSection {TBODY} at (0,0) size 153x63 7 LayoutTableSection {TBODY} at (0,0) size 153x63
8 LayoutTableRow {TR} at (0,0) size 153x21 8 LayoutTableRow {TR} at (0,0) size 153x21
9 LayoutTableCell {TD} at (0,0) size 77x21 [border: (1px solid #808080 ) none none (1px none #808080)] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (0,0) size 77x21 [border: (1px solid #808080 ) none none (1px none #808080)] [r=0 c=0 rs=1 cs=1]
10 LayoutText {#text} at (2,2) size 74x18 10 LayoutText {#text} at (2,2) size 74x18
11 text run at (2,2) width 74: "Row1 cell1" 11 text run at (2,2) width 74: "Row1 cell1"
12 LayoutTableCell {TD} at (77,0) size 76x21 [border: (1px solid #80808 0) none none none] [r=0 c=1 rs=1 cs=1] 12 LayoutTableCell {TD} at (77,0) size 76x21 [border: (1px solid #80808 0) none none none] [r=0 c=1 rs=1 cs=1]
13 LayoutText {#text} at (1,2) size 74x18 13 LayoutText {#text} at (1,2) size 74x18
14 text run at (1,2) width 74: "Row1 cell2" 14 text run at (1,2) width 74: "Row1 cell2"
15 LayoutTableRow {TR} at (0,21) size 153x21 15 LayoutTableRow {TR} at (0,21) size 153x21
16 LayoutTableCell {TD} at (0,21) size 77x21 [border: (1px solid #80808 0) none none (1px none #808080)] [r=1 c=0 rs=1 cs=1] 16 LayoutTableCell {TD} at (0,21) size 77x21 [border: (1px solid #80808 0) none none (1px none #808080)] [r=1 c=0 rs=1 cs=1]
17 LayoutText {#text} at (2,2) size 74x18 17 LayoutText {#text} at (2,2) size 74x18
18 text run at (2,2) width 74: "Row2 cell1" 18 text run at (2,2) width 74: "Row2 cell1"
19 LayoutTableCell {TD} at (77,21) size 76x21 [border: (1px solid #8080 80) none none none] [r=1 c=1 rs=1 cs=1] 19 LayoutTableCell {TD} at (77,21) size 76x21 [border: (1px solid #8080 80) none none none] [r=1 c=1 rs=1 cs=1]
20 LayoutText {#text} at (1,2) size 74x18 20 LayoutText {#text} at (1,2) size 74x18
21 text run at (1,2) width 74: "Row2 cell2" 21 text run at (1,2) width 74: "Row2 cell2"
22 LayoutTableRow {TR} at (0,42) size 153x21 22 LayoutTableRow {TR} at (0,42) size 153x21
23 LayoutTableCell {TD} at (0,42) size 77x21 [border: (1px solid #80808 0) none none (1px none #808080)] [r=2 c=0 rs=1 cs=1] 23 LayoutTableCell {TD} at (0,42) size 77x21 [border: (1px solid #80808 0) none none (1px none #808080)] [r=2 c=0 rs=1 cs=1]
24 LayoutText {#text} at (2,2) size 74x18 24 LayoutText {#text} at (2,2) size 74x18
25 text run at (2,2) width 74: "Row3 cell1" 25 text run at (2,2) width 74: "Row3 cell1"
26 LayoutTableCell {TD} at (77,42) size 76x21 [border: (1px solid #8080 80) none none none] [r=2 c=1 rs=1 cs=1] 26 LayoutTableCell {TD} at (77,42) size 76x21 [border: (1px solid #8080 80) none none none] [r=2 c=1 rs=1 cs=1]
27 LayoutText {#text} at (1,2) size 74x18 27 LayoutText {#text} at (1,2) size 74x18
28 text run at (1,2) width 74: "Row3 cell2" 28 text run at (1,2) width 74: "Row3 cell2"
29 LayoutBlockFlow {P} at (0,80) size 784x18 29 LayoutBlockFlow {P} at (0,80) size 784x18
30 LayoutText {#text} at (0,0) size 762x18 30 LayoutText {#text} at (0,0) size 761x18
31 text run at (0,0) width 762: "The rules attribute is first set dynamic ally to cols, then to rows, so the table should show only row borders. Bug 14848 ." 31 text run at (0,0) width 761: "The rules attribute is first set dynamic ally to cols, then to rows, so the table should show only row borders. Bug 14848 ."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698