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

Unified Diff: LayoutTests/tables/layering/paint-test-layering-2-expected.txt

Issue 616923003: Auto-rebaseline for r182920 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/tables/layering/paint-test-layering-2-expected.txt
diff --git a/LayoutTests/tables/layering/paint-test-layering-2-expected.txt b/LayoutTests/tables/layering/paint-test-layering-2-expected.txt
deleted file mode 100644
index 96434f3e30b7e4b2276e1930d3e22f853c8bed30..0000000000000000000000000000000000000000
--- a/LayoutTests/tables/layering/paint-test-layering-2-expected.txt
+++ /dev/null
@@ -1,65 +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 784x54
- RenderText {#text} at (0,0) size 782x36
- text run at (0,0) width 782: "This test checks the renderer's ability to layer multiple cells in a table on top of one another. This test has three cells that span"
- text run at (0,18) width 183: "multiple table grid slots. The "
- RenderInline {SPAN} at (0,0) size 23x18 [color=#FF0000]
- RenderText {#text} at (183,18) size 23x18
- text run at (183,18) width 23: "red"
- RenderText {#text} at (206,18) size 376x18
- text run at (206,18) width 376: " cell starts at row 1 and column 4 and spans four rows. The "
- RenderInline {SPAN} at (0,0) size 29x18 [color=#0000FF]
- RenderText {#text} at (582,18) size 29x18
- text run at (582,18) width 29: "blue"
- RenderText {#text} at (611,18) size 760x36
- text run at (611,18) width 149: " cell starts at row 2, and"
- text run at (0,36) width 253: "column 1, and spans four columns. The "
- RenderInline {SPAN} at (0,0) size 38x18 [color=#008000]
- RenderText {#text} at (253,36) size 38x18
- text run at (253,36) width 38: "green"
- RenderText {#text} at (291,36) size 196x18
- text run at (291,36) width 196: " cell spans 4 columns of row 4."
- RenderBlock {P} at (0,70) size 784x36
- RenderText {#text} at (0,0) size 764x36
- text run at (0,0) width 764: "If the test succeeds then you should see no text inside the table. If you see the text 'FAIL' inside the table, then the test has"
- text run at (0,18) width 39: "failed."
- RenderTable {TABLE} at (0,122) size 188x100 [border: (1px outset #808080)]
- RenderTableSection {TBODY} at (1,1) size 186x98
- RenderTableRow {TR} at (0,2) size 186x22
- RenderTableCell {TD} at (2,2) size 44x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 16x18
- text run at (2,2) width 16: " "
- RenderTableCell {TD} at (48,2) size 44x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 16x18
- text run at (2,2) width 16: " "
- RenderTableCell {TD} at (94,2) size 44x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
- RenderText {#text} at (2,2) size 16x18
- text run at (2,2) width 16: " "
- RenderTableCell {TD} at (140,38) size 44x22 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
- RenderBlock {DIV} at (2,2) size 40x18
- RenderText {#text} at (0,0) size 40x18
- text run at (0,0) width 40: " "
- RenderTableRow {TR} at (0,26) size 186x22
- RenderTableCell {TD} at (2,26) size 182x22 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=4]
- RenderBlock {DIV} at (2,2) size 178x18
- RenderText {#text} at (138,0) size 40x18
- text run at (138,0) width 40: " "
- RenderTableRow {TR} at (0,50) size 186x22
- RenderTableCell {TD} at (2,50) size 44x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 40x18
- text run at (2,2) width 40: " "
- RenderTableCell {TD} at (48,50) size 44x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
- RenderText {#text} at (2,2) size 40x18
- text run at (2,2) width 40: " "
- RenderTableCell {TD} at (94,50) size 44x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
- RenderText {#text} at (2,2) size 40x18
- text run at (2,2) width 40: " "
- RenderTableRow {TR} at (0,74) size 186x22
- RenderTableCell {TD} at (2,74) size 182x22 [bgcolor=#008000] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=4]
- RenderBlock {DIV} at (2,2) size 178x18 [color=#008000]
- RenderText {#text} at (138,0) size 40x18
- text run at (138,0) width 40: "FAIL "
« no previous file with comments | « LayoutTests/tables/layering/paint-test-layering-1-expected.txt ('k') | LayoutTests/tables/mozilla/bugs/bug10009-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698