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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-vertical-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-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-vertical-expected.txt
deleted file mode 100644
index 53ad7fc2fcc5f1f67f82bf85fb9ff215062d0137..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/004-vertical-expected.txt
+++ /dev/null
@@ -1,351 +0,0 @@
-layer at (0,0) size 800x600 scrollWidth 1556 scrollHeight 913
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x913 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x912.88
- LayoutBlockFlow {BODY} at (8,21.44) size 784x883.44
- LayoutBlockFlow {H1} at (0,0) size 784x37
- LayoutText {#text} at (0,0) size 290x36
- text run at (0,0) width 290: "Table Border Models"
- LayoutBlockFlow {P} at (0,58.44) size 784x20
- 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 784x192
- LayoutText {#text} at (0,0) size 688x192
- text run at (0,0) width 408: "TABLE { margin: 1em; border: medium solid blue; }"
- text run at (408,0) width 0: " "
- text run at (0,16) width 376: "TD { border: thin solid green; padding: 5px; }"
- text run at (376,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 264: " { border: medium solid red; }"
- text run at (264,176) width 0: " "
- LayoutBlockFlow {DIV} at (0,299.44) size 1548x584
- LayoutTable {TABLE} at (16,16) size 240x552 [border: (1px solid #0000FF)]
- LayoutTableSection {TBODY} at (1,1) size 237x549
- LayoutTableRow {TR} at (0,0) size 33x549
- LayoutTableCell {TH} at (0,0) size 33x185 [border: (2px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,52) size 19x82
- text run at (6,52) width 82: "Header One"
- LayoutTableCell {TH} at (0,185) size 33x172 [border: (2px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,46) size 19x81
- text run at (6,46) width 81: "Header Two"
- LayoutTableCell {TH} at (0,357) size 33x192 [border: (2px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,49) size 19x95
- text run at (6,49) width 94: "Header Three"
- LayoutTableRow {TR} at (0,33) size 112x549
- LayoutTableCell {TD} at (33,30) size 112x125 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (36,-23) size 39x171
- text run at (36,-23) width 171: "This table uses the collapsed"
- text run at (56,-23) width 92: "borders model."
- LayoutTableCell {TD} at (33,205) size 112x132 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (26,-14) size 59x149
- text run at (26,-14) width 149: "This means that elements"
- text run at (46,-14) width 132: "within the cell have no"
- text run at (66,-14) width 96: "border-spacing."
- LayoutTableCell {TD} at (33,357) size 112x192 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 99x165
- text run at (6,6) width 129: "Since it has collapsed"
- text run at (26,6) width 165: "borders, the borders on the"
- text run at (46,6) width 79: "header cells, "
- text run at (46,85) width 70: "on all sides,"
- text run at (66,6) width 141: "should be medium solid"
- text run at (86,6) width 42: "purple."
- LayoutTableRow {TR} at (0,145) size 92x549
- LayoutTableCell {TD} at (145,0) size 92x185 [border: (2px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (5,7) size 79x170
- text run at (5,7) width 170: "The border of the table itself"
- text run at (25,7) width 141: "should be medium solid"
- text run at (45,7) width 77: "blue, except "
- text run at (45,84) width 82: "where header"
- text run at (65,7) width 151: "cells override the border."
- LayoutTableCell {TD} at (145,185) size 92x172 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (5,6) size 79x158
- text run at (5,6) width 155: "The borders that I haven't"
- text run at (25,6) width 154: "already mentioned (all the"
- text run at (45,6) width 82: "other internal "
- text run at (45,88) width 76: "ones) should"
- text run at (65,6) width 113: "be thin solid green."
- LayoutTableCell {TD} at (145,357) size 92x192 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (5,6) size 59x175
- text run at (5,6) width 174: "This table should have a 1em"
- text run at (25,6) width 150: "margin around all edges. "
- text run at (25,155) width 25: "This"
- text run at (45,6) width 44: "margin "
- text run at (45,49) width 125: "is measured from the"
- LayoutInline {EM} at (0,0) size 19x43
- LayoutText {#text} at (65,6) size 19x43
- text run at (65,6) width 43: "middle"
- LayoutText {#text} at (65,49) size 19x82
- text run at (65,49) width 82: " of its border."
- LayoutTable {TABLE} at (272,16) size 310x552 [border: (3px solid #0000FF)]
- LayoutTableSection {TBODY} at (3,3) size 304x546
- LayoutTableRow {TR} at (0,16) size 36x546
- LayoutTableCell {TH} at (16,16) size 36x117 [border: (3px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (8,17) size 19x83
- text run at (8,17) width 82: "Header One"
- LayoutTableCell {TH} at (16,149) size 36x138 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (8,28) size 19x82
- text run at (8,28) width 81: "Header Two"
- LayoutTableCell {TH} at (16,303) size 36x227 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (8,66) size 19x95
- text run at (8,66) width 94: "Header Three"
- LayoutTableRow {TR} at (0,68) size 92x546
- LayoutTableCell {TD} at (68,26) size 92x97 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (16,-4) size 59x92
- text run at (16,-4) width 88: "This table uses"
- text run at (36,-4) width 81: "the separated"
- text run at (56,-4) width 92: "borders model."
- LayoutTableCell {TD} at (68,149) size 92x138 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 79x113
- text run at (6,6) width 93: "This means that"
- text run at (26,6) width 113: "elements within the"
- text run at (46,6) width 103: "cell have border-"
- text run at (66,6) width 95: "spacing of 1em."
- LayoutTableCell {TD} at (68,313) size 92x207 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (16,-4) size 59x213
- text run at (16,-4) width 198: "The borders on the header cells, "
- text run at (16,194) width 15: "on"
- text run at (36,-4) width 196: "all sides, should be medium solid"
- text run at (56,-4) width 42: "purple."
- LayoutTableRow {TR} at (0,176) size 112x546
- LayoutTableCell {TD} at (176,16) size 112x117 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 99x84
- text run at (6,6) width 84: "The border of"
- text run at (26,6) width 82: "the table itself"
- text run at (46,6) width 58: "should be"
- text run at (66,6) width 79: "medium solid"
- text run at (86,6) width 29: "blue."
- LayoutTableCell {TD} at (176,169) size 112x98 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (26,-14) size 59x125
- text run at (26,-14) width 125: "The borders of other"
- text run at (46,-14) width 113: "cells should be thin"
- text run at (66,-14) width 69: "solid green."
- LayoutTableCell {TD} at (176,313) size 112x207 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (16,-4) size 59x175
- text run at (16,-4) width 174: "This table should have a 1em"
- text run at (36,-4) width 150: "margin around all edges. "
- text run at (36,145) width 25: "This"
- text run at (56,-4) width 44: "margin "
- text run at (56,39) width 129: "is measured from the "
- LayoutInline {EM} at (0,0) size 39x207
- LayoutText {#text} at (56,168) size 39x207
- text run at (56,168) width 34: "outer"
- text run at (76,-4) width 30: "edge"
- LayoutText {#text} at (76,26) size 19x82
- text run at (76,26) width 82: " of its border."
- LayoutTable {TABLE} at (598,16) size 338x552 [border: (3px solid #0000FF)]
- LayoutTableSection {TBODY} at (3,3) size 332x546
- LayoutTableRow {TR} at (0,8) size 36x546
- LayoutTableCell {TH} at (8,0) size 36x141 [border: (3px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (8,29) size 19x83
- text run at (8,29) width 82: "Header One"
- LayoutTableCell {TH} at (8,141) size 36x198 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (8,58) size 19x82
- text run at (8,58) width 81: "Header Two"
- LayoutTableCell {TH} at (8,339) size 36x207 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (8,56) size 19x95
- text run at (8,56) width 94: "Header Three"
- LayoutTableRow {TR} at (0,52) size 132x546
- LayoutTableCell {TD} at (52,30) size 132x81 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (36,-24) size 59x110
- text run at (36,-24) width 110: "This table uses the"
- text run at (56,-24) width 110: "separated borders"
- text run at (76,-24) width 41: "model."
- LayoutTableCell {TD} at (52,141) size 132x198 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 119x185
- text run at (6,6) width 171: "Elements within the cell have"
- text run at (26,6) width 185: "horizontal border-spacing (i.e.,"
- text run at (46,6) width 53: "width of "
- text run at (46,59) width 132: "vertical lines) of 0 and"
- text run at (66,6) width 47: "vertical "
- text run at (66,53) width 123: "border-spacing (i.e.,"
- text run at (86,6) width 164: "height of horizontal lines) of"
- text run at (106,6) width 42: "0.5em."
- LayoutTableCell {TD} at (52,369) size 132x147 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (36,-24) size 59x194
- text run at (36,-24) width 194: "The borders on the header cells,"
- text run at (56,-24) width 183: "on all sides, should be medium"
- text run at (76,-24) width 74: "solid purple."
- LayoutTableRow {TR} at (0,192) size 132x546
- LayoutTableCell {TD} at (192,0) size 132x141 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 119x125
- text run at (6,6) width 106: "The border of the"
- text run at (26,6) width 122: "table itself should be"
- text run at (46,6) width 112: "medium solid blue."
- text run at (66,6) width 125: "The borders of other"
- text run at (86,6) width 113: "cells should be thin"
- text run at (106,6) width 69: "solid green."
- LayoutTableCell {TD} at (192,161) size 132x158 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (26,-14) size 59x175
- text run at (26,-14) width 174: "This table should have a 1em"
- text run at (46,-14) width 150: "margin around all edges. "
- text run at (46,135) width 25: "This"
- text run at (66,-14) width 44: "margin "
- text run at (66,29) width 125: "is measured from the"
- LayoutInline {EM} at (0,0) size 19x68
- LayoutText {#text} at (86,-14) size 19x68
- text run at (86,-14) width 68: "outer edge"
- LayoutText {#text} at (86,54) size 19x82
- text run at (86,54) width 82: " of its border."
- LayoutTableCell {TD} at (192,339) size 132x207 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 119x192
- text run at (6,6) width 179: "The table should not be wider"
- text run at (26,6) width 171: "than the room available for it"
- text run at (46,6) width 40: "unless "
- text run at (46,46) width 142: "that space is very small."
- text run at (66,6) width 160: "Because of its margins, the"
- text run at (86,6) width 75: "width of the "
- text run at (86,81) width 117: "table should be less"
- text run at (106,6) width 70: "than 100%."
- LayoutTable {TABLE} at (952,16) size 286x552 [border: (3px solid #0000FF)]
- LayoutTableSection {TBODY} at (3,3) size 280x546
- LayoutTableRow {TR} at (0,0) size 36x546
- LayoutTableCell {TH} at (0,8) size 36x148 [border: (3px solid #800080)] [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (8,33) size 19x82
- text run at (8,33) width 82: "Header One"
- LayoutTableCell {TH} at (0,164) size 36x150 [border: (3px solid #800080)] [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (8,34) size 19x82
- text run at (8,34) width 81: "Header Two"
- LayoutTableCell {TH} at (0,322) size 36x216 [border: (3px solid #800080)] [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (8,61) size 19x94
- text run at (8,61) width 94: "Header Three"
- LayoutTableRow {TR} at (0,36) size 112x546
- LayoutTableCell {TD} at (36,28) size 112x108 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (26,-14) size 59x110
- text run at (26,-14) width 110: "This table uses the"
- text run at (46,-14) width 110: "separated borders"
- text run at (66,-14) width 41: "model."
- LayoutTableCell {TD} at (36,164) size 112x150 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 99x124
- text run at (6,6) width 115: "Elements within the"
- text run at (26,6) width 114: "cell have horizontal"
- text run at (46,6) width 108: "border-spacing of"
- text run at (66,6) width 111: "0.5em and vertical"
- text run at (86,6) width 124: "border-spacing of 0."
- LayoutTableCell {TD} at (36,342) size 112x176 [border: (1px solid #008000)] [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (26,-14) size 59x194
- text run at (26,-14) width 194: "The borders on the header cells,"
- text run at (46,-14) width 183: "on all sides, should be medium"
- text run at (66,-14) width 74: "solid purple."
- LayoutTableRow {TR} at (0,148) size 132x546
- LayoutTableCell {TD} at (148,8) size 132x148 [border: (1px solid #008000)] [r=2 c=0 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 119x125
- text run at (6,6) width 106: "The border of the"
- text run at (26,6) width 122: "table itself should be"
- text run at (46,6) width 112: "medium solid blue."
- text run at (66,6) width 125: "The borders of other"
- text run at (86,6) width 113: "cells should be thin"
- text run at (106,6) width 69: "solid green."
- LayoutTableCell {TD} at (148,164) size 132x150 [border: (1px solid #008000)] [r=2 c=1 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 79x133
- text run at (6,6) width 133: "This table should have"
- text run at (26,6) width 127: "a 1em margin around"
- text run at (46,6) width 60: "all edges. "
- text run at (46,66) width 69: "This margin"
- text run at (66,6) width 125: "is measured from the"
- LayoutInline {EM} at (0,0) size 19x68
- LayoutText {#text} at (86,6) size 19x68
- text run at (86,6) width 68: "outer edge"
- LayoutText {#text} at (86,74) size 39x101
- text run at (86,74) width 33: " of its"
- text run at (106,6) width 45: "border."
- LayoutTableCell {TD} at (148,322) size 132x216 [border: (1px solid #008000)] [r=2 c=2 rs=1 cs=1]
- LayoutText {#text} at (6,6) size 119x197
- text run at (6,6) width 179: "The table should not be wider"
- text run at (26,6) width 171: "than the room available for it"
- text run at (46,6) width 40: "unless "
- text run at (46,46) width 142: "that space is very small."
- text run at (66,6) width 197: "Because of its margins, the width"
- text run at (86,6) width 38: "of the "
- text run at (86,44) width 146: "table should be less than"
- text run at (106,6) width 41: "100%."
- LayoutTable {TABLE} at (1254,16) size 278x552
- LayoutBlockFlow {CAPTION} at (0,0) size 20x552
- LayoutText {#text} at (0,220) size 19x112
- text run at (0,220) width 112: "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 (20,0) size 54x552 [border: (3px solid #FF0000)]
- LayoutTableRow {TR} at (0,2) size 50x552 [border: (3px solid #FF0000)]
- LayoutTableCell {TH} at (2,2) size 50x90 [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (5,20) size 39x50
- text run at (5,20) width 50: "Header"
- text run at (25,31) width 28: "One"
- LayoutTableCell {TH} at (2,104) size 50x218 [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (15,68) size 19x82
- text run at (15,68) width 81: "Header Two"
- LayoutTableCell {TH} at (2,344) size 50x196 [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (15,51) size 19x94
- text run at (15,51) width 94: "Header Three"
- LayoutTableSection {TBODY} at (74,0) size 204x552 [border: (3px solid #FF0000)]
- LayoutTableRow {TR} at (0,0) size 110x552 [border: (3px solid #FF0000)]
- LayoutTableCell {TD} at (0,2) size 110x90 [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 99x59
- text run at (5,5) width 58: "This table"
- text run at (25,5) width 48: "uses the"
- text run at (45,5) width 59: "separated"
- text run at (65,5) width 47: "borders"
- text run at (85,5) width 41: "model."
- LayoutTableCell {TD} at (0,114) size 110x198 [r=0 c=1 rs=1 cs=1]
- LayoutText {#text} at (25,-15) size 59x218
- text run at (25,-15) width 218: "This means that borders are allowed"
- text run at (45,-15) width 187: "only on table elements or table "
- text run at (45,172) width 20: "cell"
- text run at (65,-15) width 56: "elements."
- LayoutTableCell {TD} at (0,354) size 110x176 [r=0 c=2 rs=1 cs=1]
- LayoutText {#text} at (25,-15) size 59x202
- text run at (25,-15) width 202: "They are not allowed on elements"
- text run at (45,-15) width 124: "that represent rows, "
- text run at (45,109) width 75: "row-groups,"
- text run at (65,-15) width 168: "columns, or column-groups."
- LayoutTableRow {TR} at (0,112) size 90x552 [border: (3px solid #FF0000)]
- LayoutTableCell {TD} at (112,2) size 90x90 [r=1 c=0 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 79x79
- text run at (5,5) width 78: "There should"
- text run at (25,5) width 34: "be no"
- text run at (45,5) width 79: "borders at all"
- text run at (65,5) width 77: "on this table!"
- LayoutTableCell {TD} at (112,94) size 90x238 [r=1 c=1 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 79x224
- text run at (5,5) width 211: "If there are any borders shown that"
- text run at (25,5) width 186: "are not medium solid red, then "
- text run at (25,191) width 18: "the"
- text run at (45,5) width 224: "problem is something other than what"
- text run at (65,5) width 104: "this test is testing."
- LayoutTableCell {TD} at (112,334) size 90x216 [r=1 c=2 rs=1 cs=1]
- LayoutText {#text} at (5,5) size 59x175
- text run at (5,5) width 174: "This table should have a 1em"
- text run at (25,5) width 150: "margin around all edges. "
- text run at (25,154) width 25: "This"
- text run at (45,5) width 44: "margin "
- text run at (45,48) width 125: "is measured from the"
- LayoutInline {EM} at (0,0) size 19x68
- LayoutText {#text} at (65,5) size 19x68
- text run at (65,5) width 68: "outer edge"
- LayoutText {#text} at (65,73) size 19x82
- text run at (65,73) width 82: " of its border."

Powered by Google App Engine
This is Rietveld 408576698