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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-expected.txt

Issue 1920463002: Manual rebaselines for r388291 #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-expected.txt
deleted file mode 100644
index 7c4155bda9e20551bd1ed51ac66cda08c74839c7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-expected.txt
+++ /dev/null
@@ -1,319 +0,0 @@
-layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1516
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 785x1516 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
- LayoutBlockFlow {HTML} at (0,0) size 785x1515.88
- LayoutBlockFlow {BODY} at (8,21.44) size 769x1478.44
- LayoutBlockFlow {H1} at (0,0) size 769x37
- LayoutText {#text} at (0,0) size 290x36
- text run at (0,0) width 290: "Table Border Models"
- LayoutBlockFlow {P} at (0,58.44) size 769x20
- LayoutText {#text} at (0,0) size 113x19
- text run at (0,0) width 113: "This tests tests the "
- LayoutInline {A} at (0,0) size 204x19 [color=#0000EE]
- LayoutText {#text} at (113,0) size 204x19
- text run at (113,0) width 204: "CSS2 spec rules on table borders"
- LayoutText {#text} at (317,0) size 172x19
- text run at (317,0) width 8: ". "
- text run at (325,0) width 164: "The styles applied here are:"
- LayoutBlockFlow {PRE} at (0,94.44) size 769x192
- LayoutText {#text} at (0,0) size 688x192
- text run at (0,0) width 408: "TABLE\x{9}{ margin: 1em; border: medium solid blue; }"
- text run at (408,0) width 0: " "
- text run at (0,16) width 408: "TD\x{9}{ border: thin solid green; padding: 5px; }"
- text run at (408,16) width 0: " "
- text run at (0,32) width 392: "TH { border: medium solid purple; padding: 5px; }"
- text run at (392,32) width 0: " "
- text run at (0,48) width 360: "TABLE.one, TABLE.two { border-spacing: 1em; }"
- text run at (360,48) width 0: " "
- text run at (0,64) width 320: "TABLE.one { border-collapse: collapse; }"
- text run at (320,64) width 0: " "
- text run at (0,80) width 320: "TABLE.two { border-collapse: separate; }"
- text run at (320,80) width 0: " "
- text run at (0,96) width 536: "TABLE.three { border-collapse: separate; border-spacing: 0 0.5em; }"
- text run at (536,96) width 0: " "
- text run at (0,112) width 528: "TABLE.four { border-collapse: separate; border-spacing: 0.5em 0; }"
- text run at (528,112) width 0: " "
- text run at (0,128) width 328: "TABLE.five { border-collapse: separate; }"
- text run at (328,128) width 0: " "
- text run at (0,144) width 464: "TABLE.five, TABLE.five TD, TABLE.five TH { border: none; }"
- text run at (464,144) width 0: " "
- text run at (0,160) width 688: "TABLE.five TR, TABLE.five COL, TABLE.five COLGROUP, TABLE.five TBODY, TABLE.five THEAD"
- text run at (688,160) width 0: " "
- text run at (0,176) width 296: "\x{9}{ border: medium solid red; }"
- text run at (296,176) width 0: " "
- LayoutTable {TABLE} at (16,302.44) size 737x180 [border: (1px solid #0000FF)]
- LayoutTableSection {TBODY} at (1,1) size 734x177
- LayoutTableRow {TR} at (0,0) size 734x33
- LayoutTableCell {TH} at (0,0) size 247x33 [border: (2px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (83,7) size 82x19
- text run at (83,7) width 82: "Header One"
- LayoutTableCell {TH} at (247,0) size 231x33 [border: (2px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (75,7) size 82x19
- text run at (75,7) width 82: "Header Two"
- LayoutTableCell {TH} at (478,0) size 256x33 [border: (2px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (81,7) size 95x19
- text run at (81,7) width 95: "Header Three"
- LayoutTableRow {TR} at (0,33) size 734x72
- LayoutTableCell {TD} at (0,43) size 247x52 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (7,7) size 222x39
- text run at (7,7) width 222: "This table uses the collapsed borders"
- text run at (7,27) width 41: "model."
- LayoutTableCell {TD} at (247,43) size 231x52 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,7) size 210x39
- text run at (6,7) width 210: "This means that elements within the"
- text run at (6,27) width 171: "cell have no border-spacing."
- LayoutTableCell {TD} at (478,33) size 256x72 [border: (2px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,7) size 241x59
- text run at (6,7) width 206: "Since it has collapsed borders, the"
- text run at (6,27) width 171: "borders on the header cells, "
- text run at (177,27) width 70: "on all sides,"
- text run at (6,47) width 187: "should be medium solid purple."
- LayoutTableRow {TR} at (0,105) size 734x72
- LayoutTableCell {TD} at (0,105) size 247x72 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (7,6) size 232x59
- text run at (7,6) width 232: "The border of the table itself should be"
- text run at (7,26) width 160: "medium solid blue, except "
- text run at (167,26) width 37: "where"
- text run at (7,46) width 196: "header cells override the border."
- LayoutTableCell {TD} at (247,105) size 231x72 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 203x59
- text run at (6,6) width 203: "The borders that I haven't already"
- text run at (6,26) width 188: "mentioned (all the other internal"
- text run at (6,46) width 193: "ones) should be thin solid green."
- LayoutTableCell {TD} at (478,105) size 256x72 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 218x59
- text run at (6,6) width 218: "This table should have a 1em margin"
- text run at (6,26) width 106: "around all edges. "
- text run at (112,26) width 73: "This margin "
- text run at (184,26) width 10: "is"
- text run at (6,46) width 116: "measured from the "
- LayoutInline {EM} at (0,0) size 43x19
- LayoutText {#text} at (122,46) size 43x19
- text run at (122,46) width 43: "middle"
- LayoutText {#text} at (165,46) size 82x19
- text run at (165,46) width 82: " of its border."
- LayoutTable {TABLE} at (16,498.44) size 737x250 [border: (3px solid #0000FF)]
- LayoutTableSection {TBODY} at (3,3) size 731x244
- LayoutTableRow {TR} at (0,16) size 731x36
- LayoutTableCell {TH} at (16,16) size 162x36 [border: (3px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (40,8) size 82x19
- text run at (40,8) width 82: "Header One"
- LayoutTableCell {TH} at (194,16) size 192x36 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (55,8) size 82x19
- text run at (55,8) width 82: "Header Two"
- LayoutTableCell {TH} at (402,16) size 313x36 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (109,8) size 95x19
- text run at (109,8) width 95: "Header Three"
- LayoutTableRow {TR} at (0,68) size 731x72
- LayoutTableCell {TD} at (16,68) size 162x72 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 110x59
- text run at (6,6) width 110: "This table uses the"
- text run at (6,26) width 110: "separated borders"
- text run at (6,46) width 41: "model."
- LayoutTableCell {TD} at (194,68) size 192x72 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 164x59
- text run at (6,6) width 149: "This means that elements"
- text run at (6,26) width 164: "within the cell have border-"
- text run at (6,46) width 95: "spacing of 1em."
- LayoutTableCell {TD} at (402,78) size 313x52 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 268x39
- text run at (6,6) width 198: "The borders on the header cells, "
- text run at (204,6) width 70: "on all sides,"
- text run at (6,26) width 187: "should be medium solid purple."
- LayoutTableRow {TR} at (0,156) size 731x72
- LayoutTableCell {TD} at (16,156) size 162x72 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 140x59
- text run at (6,6) width 139: "The border of the table"
- text run at (6,26) width 140: "itself should be medium"
- text run at (6,46) width 61: "solid blue."
- LayoutTableCell {TD} at (194,166) size 192x52 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 156x39
- text run at (6,6) width 155: "The borders of other cells"
- text run at (6,26) width 156: "should be thin solid green."
- LayoutTableCell {TD} at (402,156) size 313x72 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 281x39
- text run at (6,6) width 281: "This table should have a 1em margin around all"
- text run at (6,26) width 43: "edges. "
- text run at (49,26) width 73: "This margin "
- text run at (121,26) width 130: "is measured from the "
- LayoutInline {EM} at (0,0) size 279x39
- LayoutText {#text} at (250,26) size 279x39
- text run at (250,26) width 35: "outer"
- text run at (6,46) width 30: "edge"
- LayoutText {#text} at (36,46) size 82x19
- text run at (36,46) width 82: " of its border."
- LayoutTable {TABLE} at (16,764.44) size 737x258 [border: (3px solid #0000FF)]
- LayoutTableSection {TBODY} at (3,3) size 731x252
- LayoutTableRow {TR} at (0,8) size 731x36
- LayoutTableCell {TH} at (0,8) size 189x36 [border: (3px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (53,8) size 83x19
- text run at (53,8) width 83: "Header One"
- LayoutTableCell {TH} at (189,8) size 265x36 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (92,8) size 81x19
- text run at (92,8) width 81: "Header Two"
- LayoutTableCell {TH} at (454,8) size 277x36 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (91,8) size 95x19
- text run at (91,8) width 95: "Header Three"
- LayoutTableRow {TR} at (0,52) size 731x92
- LayoutTableCell {TD} at (0,72) size 189x52 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 173x39
- text run at (6,6) width 173: "This table uses the separated"
- text run at (6,26) width 92: "borders model."
- LayoutTableCell {TD} at (189,52) size 265x92 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 241x79
- text run at (6,6) width 233: "Elements within the cell have horizontal"
- text run at (6,26) width 180: "border-spacing (i.e., width of "
- text run at (185,26) width 44: "vertical"
- text run at (6,46) width 136: "lines) of 0 and vertical "
- text run at (142,46) width 92: "border-spacing"
- text run at (6,66) width 241: "(i.e., height of horizontal lines) of 0.5em."
- LayoutTableCell {TD} at (454,72) size 277x52 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 230x39
- text run at (6,6) width 198: "The borders on the header cells, "
- text run at (204,6) width 32: "on all"
- text run at (6,26) width 225: "sides, should be medium solid purple."
- LayoutTableRow {TR} at (0,152) size 731x92
- LayoutTableCell {TD} at (0,152) size 189x92 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 174x79
- text run at (6,6) width 170: "The border of the table itself"
- text run at (6,26) width 174: "should be medium solid blue."
- text run at (6,46) width 155: "The borders of other cells"
- text run at (6,66) width 156: "should be thin solid green."
- LayoutTableCell {TD} at (189,162) size 265x72 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 250x59
- text run at (6,6) width 218: "This table should have a 1em margin"
- text run at (6,26) width 106: "around all edges. "
- text run at (112,26) width 73: "This margin "
- text run at (184,26) width 72: "is measured"
- text run at (6,46) width 54: "from the "
- LayoutInline {EM} at (0,0) size 68x19
- LayoutText {#text} at (60,46) size 68x19
- text run at (60,46) width 68: "outer edge"
- LayoutText {#text} at (128,46) size 82x19
- text run at (128,46) width 82: " of its border."
- LayoutTableCell {TD} at (454,152) size 277x92 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 265x79
- text run at (6,6) width 230: "The table should not be wider than the"
- text run at (6,26) width 164: "room available for it unless "
- text run at (170,26) width 74: "that space is"
- text run at (6,46) width 68: "very small. "
- text run at (74,46) width 197: "Because of its margins, the width"
- text run at (6,66) width 38: "of the "
- text run at (44,66) width 191: "table should be less than 100%."
- LayoutTable {TABLE} at (16,1038.44) size 737x226 [border: (3px solid #0000FF)]
- LayoutTableSection {TBODY} at (3,3) size 731x220
- LayoutTableRow {TR} at (0,0) size 731x36
- LayoutTableCell {TH} at (8,0) size 201x36 [border: (3px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (59,8) size 83x19
- text run at (59,8) width 83: "Header One"
- LayoutTableCell {TH} at (217,0) size 205x36 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (62,8) size 81x19
- text run at (62,8) width 81: "Header Two"
- LayoutTableCell {TH} at (430,0) size 293x36 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (99,8) size 95x19
- text run at (99,8) width 95: "Header Three"
- LayoutTableRow {TR} at (0,36) size 731x92
- LayoutTableCell {TD} at (8,56) size 201x52 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 173x39
- text run at (6,6) width 173: "This table uses the separated"
- text run at (6,26) width 92: "borders model."
- LayoutTableCell {TD} at (217,36) size 205x92 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 171x79
- text run at (6,6) width 171: "Elements within the cell have"
- text run at (6,26) width 170: "horizontal border-spacing of"
- text run at (6,46) width 115: "0.5em and vertical "
- text run at (121,46) width 47: "border-"
- text run at (6,66) width 77: "spacing of 0."
- LayoutTableCell {TD} at (430,56) size 293x52 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 268x39
- text run at (6,6) width 198: "The borders on the header cells, "
- text run at (204,6) width 70: "on all sides,"
- text run at (6,26) width 187: "should be medium solid purple."
- LayoutTableRow {TR} at (0,128) size 731x92
- LayoutTableCell {TD} at (8,128) size 201x92 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 174x79
- text run at (6,6) width 170: "The border of the table itself"
- text run at (6,26) width 174: "should be medium solid blue."
- text run at (6,46) width 155: "The borders of other cells"
- text run at (6,66) width 156: "should be thin solid green."
- LayoutTableCell {TD} at (217,128) size 205x92 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 175x59
- text run at (6,6) width 174: "This table should have a 1em"
- text run at (6,26) width 150: "margin around all edges. "
- text run at (155,26) width 26: "This"
- text run at (6,46) width 44: "margin "
- text run at (49,46) width 126: "is measured from the"
- LayoutInline {EM} at (0,0) size 68x19
- LayoutText {#text} at (6,66) size 68x19
- text run at (6,66) width 68: "outer edge"
- LayoutText {#text} at (74,66) size 82x19
- text run at (74,66) width 82: " of its border."
- LayoutTableCell {TD} at (430,128) size 293x92 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 270x79
- text run at (6,6) width 266: "The table should not be wider than the room"
- text run at (6,26) width 128: "available for it unless "
- text run at (134,26) width 142: "that space is very small."
- text run at (6,46) width 239: "Because of its margins, the width of the "
- text run at (244,46) width 30: "table"
- text run at (6,66) width 158: "should be less than 100%."
- LayoutTable {TABLE} at (16,1280.44) size 737x198
- LayoutBlockFlow {CAPTION} at (0,0) size 737x20
- LayoutText {#text} at (312,0) size 113x19
- text run at (312,0) width 113: "This is the caption."
- LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: (3px solid #FF0000)]
- LayoutTableCol {COL} at (0,0) size 0x0 [border: (3px solid #FF0000)]
- LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: (3px solid #FF0000)]
- LayoutTableCol {COL} at (0,0) size 0x0 [border: (3px solid #FF0000)]
- LayoutTableCol {COL} at (0,0) size 0x0 [border: (3px solid #FF0000)]
- LayoutTableSection {THEAD} at (0,20) size 737x34 [border: (3px solid #FF0000)]
- LayoutTableRow {TR} at (0,2) size 737x30 [border: (3px solid #FF0000)]
- LayoutTableCell {TH} at (2,2) size 121x30 [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (19,5) size 83x19
- text run at (19,5) width 83: "Header One"
- LayoutTableCell {TH} at (125,2) size 319x30 [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (119,5) size 81x19
- text run at (119,5) width 81: "Header Two"
- LayoutTableCell {TH} at (446,2) size 289x30 [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (97,5) size 95x19
- text run at (97,5) width 95: "Header Three"
- LayoutTableSection {TBODY} at (0,54) size 737x144 [border: (3px solid #FF0000)]
- LayoutTableRow {TR} at (0,0) size 737x70 [border: (3px solid #FF0000)]
- LayoutTableCell {TD} at (2,0) size 121x70 [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 110x59
- text run at (5,5) width 110: "This table uses the"
- text run at (5,25) width 110: "separated borders"
- text run at (5,45) width 41: "model."
- LayoutTableCell {TD} at (125,10) size 319x50 [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 299x39
- text run at (5,5) width 299: "This means that borders are allowed only on table"
- text run at (5,25) width 106: "elements or table "
- text run at (111,25) width 80: "cell elements."
- LayoutTableCell {TD} at (446,0) size 289x70 [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 247x59
- text run at (5,5) width 228: "They are not allowed on elements that"
- text run at (5,25) width 98: "represent rows, "
- text run at (103,25) width 149: "row-groups, columns, or"
- text run at (5,45) width 94: "column-groups."
- LayoutTableRow {TR} at (0,72) size 737x70 [border: (3px solid #FF0000)]
- LayoutTableCell {TD} at (2,72) size 121x70 [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 98x59
- text run at (5,5) width 97: "There should be"
- text run at (5,25) width 98: "no borders at all"
- text run at (5,45) width 77: "on this table!"
- LayoutTableCell {TD} at (125,72) size 319x70 [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 308x59
- text run at (5,5) width 308: "If there are any borders shown that are not medium"
- text run at (5,25) width 89: "solid red, then "
- text run at (94,25) width 213: "the problem is something other than"
- text run at (5,45) width 137: "what this test is testing."
- LayoutTableCell {TD} at (446,72) size 289x70 [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 264x39
- text run at (5,5) width 264: "This table should have a 1em margin around"
- text run at (5,25) width 60: "all edges. "
- text run at (65,25) width 73: "This margin "
- text run at (137,25) width 126: "is measured from the"
- LayoutInline {EM} at (0,0) size 68x19
- LayoutText {#text} at (5,45) size 68x19
- text run at (5,45) width 68: "outer edge"
- LayoutText {#text} at (73,45) size 82x19
- text run at (73,45) width 82: " of its border."

Powered by Google App Engine
This is Rietveld 408576698