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

Unified Diff: LayoutTests/fast/table/rowindex-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: LayoutTests/fast/table/rowindex-expected.txt
diff --git a/LayoutTests/fast/table/rowindex-expected.txt b/LayoutTests/fast/table/rowindex-expected.txt
deleted file mode 100644
index 5ef169fe9eb78b3f3b2072430da5e09fae9c30ff..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/rowindex-expected.txt
+++ /dev/null
@@ -1,158 +0,0 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {P} at (0,0) size 784x12
- RenderText {#text} at (0,0) size 410x13
- text run at (0,0) width 410: "This tests rowIndex, in particular in cases where the table sections are in different orders."
- RenderBlock {P} at (0,22) size 784x12
- RenderText {#text} at (0,0) size 338x13
- text run at (0,0) width 338: "A: This table has the header and footer before the body (\"normal\" order)."
- RenderTable {TABLE} at (0,44) size 148x62 [border: (1px outset #808080)]
- RenderTableSection {THEAD} at (1,1) size 146x20
- RenderTableRow {TR} at (0,2) size 146x16
- RenderTableCell {TD} at (2,2) size 76x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 72x13
- text run at (2,2) width 72: "table A, header"
- RenderTableCell {TD} at (80,2) size 64x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 0"
- RenderTableSection {TFOOT} at (1,41) size 146x20
- RenderTableRow {TR} at (0,2) size 146x16
- RenderTableCell {TD} at (2,2) size 76x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 66x13
- text run at (2,2) width 66: "table A, footer"
- RenderTableCell {TD} at (80,2) size 64x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 2"
- RenderTableSection {TBODY} at (1,21) size 146x20
- RenderTableRow {TR} at (0,2) size 146x16
- RenderTableCell {TD} at (2,2) size 76x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 62x13
- text run at (2,2) width 62: "table A, body"
- RenderTableCell {TD} at (80,2) size 64x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 1"
- RenderBlock {P} at (0,116) size 784x12
- RenderText {#text} at (0,0) size 338x13
- text run at (0,0) width 338: "B: This table has the footer before the body and both before the header."
- RenderTable {TABLE} at (0,138) size 148x62 [border: (1px outset #808080)]
- RenderTableSection {TFOOT} at (1,41) size 146x20
- RenderTableRow {TR} at (0,2) size 146x16
- RenderTableCell {TD} at (2,2) size 76x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 66x13
- text run at (2,2) width 66: "table B, footer"
- RenderTableCell {TD} at (80,2) size 64x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 2"
- RenderTableSection {TBODY} at (1,21) size 146x20
- RenderTableRow {TR} at (0,2) size 146x16
- RenderTableCell {TD} at (2,2) size 76x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 62x13
- text run at (2,2) width 62: "table B, body"
- RenderTableCell {TD} at (80,2) size 64x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 1"
- RenderTableSection {THEAD} at (1,1) size 146x20
- RenderTableRow {TR} at (0,2) size 146x16
- RenderTableCell {TD} at (2,2) size 76x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 72x13
- text run at (2,2) width 72: "table B, header"
- RenderTableCell {TD} at (80,2) size 64x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 0"
- RenderBlock {P} at (0,210) size 784x12
- RenderText {#text} at (0,0) size 638x13
- text run at (0,0) width 638: "C: This table has two footers before two bodies before two heads. The rows inside the extra footers and heads don't get row indices at all."
- RenderTable {TABLE} at (0,232) size 190x230 [border: (1px outset #808080)]
- RenderTableSection {TFOOT} at (1,191) size 188x38
- RenderTableRow {TR} at (0,2) size 188x16
- RenderTableCell {TD} at (2,2) size 115x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 105x13
- text run at (2,2) width 105: "table C, footer A row A"
- RenderTableCell {TD} at (119,2) size 67x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 6"
- RenderTableRow {TR} at (0,20) size 188x16
- RenderTableCell {TD} at (2,20) size 115x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 105x13
- text run at (2,2) width 105: "table C, footer A row B"
- RenderTableCell {TD} at (119,20) size 67x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 7"
- RenderTableSection {TFOOT} at (1,39) size 188x38
- RenderTableRow {TR} at (0,2) size 188x16
- RenderTableCell {TD} at (2,2) size 115x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 105x13
- text run at (2,2) width 105: "table C, footer B row A"
- RenderTableCell {TD} at (119,2) size 67x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 63x13
- text run at (2,2) width 63: "rowIndex = -1"
- RenderTableRow {TR} at (0,20) size 188x16
- RenderTableCell {TD} at (2,20) size 115x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 105x13
- text run at (2,2) width 105: "table C, footer B row B"
- RenderTableCell {TD} at (119,20) size 67x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 63x13
- text run at (2,2) width 63: "rowIndex = -1"
- RenderTableSection {TBODY} at (1,77) size 188x38
- RenderTableRow {TR} at (0,2) size 188x16
- RenderTableCell {TD} at (2,2) size 115x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 101x13
- text run at (2,2) width 101: "table C, body A row A"
- RenderTableCell {TD} at (119,2) size 67x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 2"
- RenderTableRow {TR} at (0,20) size 188x16
- RenderTableCell {TD} at (2,20) size 115x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 101x13
- text run at (2,2) width 101: "table C, body A row B"
- RenderTableCell {TD} at (119,20) size 67x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 3"
- RenderTableSection {TBODY} at (1,115) size 188x38
- RenderTableRow {TR} at (0,2) size 188x16
- RenderTableCell {TD} at (2,2) size 115x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 101x13
- text run at (2,2) width 101: "table C, body B row A"
- RenderTableCell {TD} at (119,2) size 67x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 4"
- RenderTableRow {TR} at (0,20) size 188x16
- RenderTableCell {TD} at (2,20) size 115x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 101x13
- text run at (2,2) width 101: "table C, body B row B"
- RenderTableCell {TD} at (119,20) size 67x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 5"
- RenderTableSection {THEAD} at (1,1) size 188x38
- RenderTableRow {TR} at (0,2) size 188x16
- RenderTableCell {TD} at (2,2) size 115x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 111x13
- text run at (2,2) width 111: "table C, header A row A"
- RenderTableCell {TD} at (119,2) size 67x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 0"
- RenderTableRow {TR} at (0,20) size 188x16
- RenderTableCell {TD} at (2,20) size 115x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 111x13
- text run at (2,2) width 111: "table C, header A row B"
- RenderTableCell {TD} at (119,20) size 67x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 60x13
- text run at (2,2) width 60: "rowIndex = 1"
- RenderTableSection {THEAD} at (1,153) size 188x38
- RenderTableRow {TR} at (0,2) size 188x16
- RenderTableCell {TD} at (2,2) size 115x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 111x13
- text run at (2,2) width 111: "table C, header B row A"
- RenderTableCell {TD} at (119,2) size 67x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 63x13
- text run at (2,2) width 63: "rowIndex = -1"
- RenderTableRow {TR} at (0,20) size 188x16
- RenderTableCell {TD} at (2,20) size 115x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 111x13
- text run at (2,2) width 111: "table C, header B row B"
- RenderTableCell {TD} at (119,20) size 67x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 63x13
- text run at (2,2) width 63: "rowIndex = -1"

Powered by Google App Engine
This is Rietveld 408576698