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

Unified Diff: LayoutTests/platform/mac/tables/layering/paint-test-layering-1-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/platform/mac/tables/layering/paint-test-layering-1-expected.txt
diff --git a/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt b/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3131413b3e7b41d1409f0093ef3f765a91e1f3a8
--- /dev/null
+++ b/LayoutTests/platform/mac/tables/layering/paint-test-layering-1-expected.txt
@@ -0,0 +1,55 @@
+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 784x48
+ RenderText {#text} at (0,0) size 769x32
+ text run at (0,0) width 769: "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"
+ text run at (0,16) width 222: "span multiple table grid slots. The "
+ RenderInline {SPAN} at (0,0) size 24x16 [color=#FF0000]
+ RenderText {#text} at (221,16) size 24x16
+ text run at (221,16) width 24: "red"
+ RenderText {#text} at (244,16) size 388x16
+ text run at (244,16) width 388: " cell starts at row 1 and column 3 and spans three rows. The "
+ RenderInline {SPAN} at (0,0) size 31x16 [color=#0000FF]
+ RenderText {#text} at (631,16) size 31x16
+ text run at (631,16) width 31: "blue"
+ RenderText {#text} at (661,16) size 771x32
+ text run at (661,16) width 110: " cell starts at row"
+ text run at (0,32) width 388: "2, and column 2, and spans two columns and two rows. The "
+ RenderInline {SPAN} at (0,0) size 39x16 [color=#008000]
+ RenderText {#text} at (387,32) size 39x16
+ text run at (387,32) width 39: "green"
+ RenderText {#text} at (425,32) size 200x16
+ text run at (425,32) width 200: " cell spans 4 columns of row 3."
+ RenderBlock {P} at (0,64) size 784x32
+ RenderText {#text} at (0,0) size 781x32
+ text run at (0,0) width 781: "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,16) width 41: "failed."
+ RenderTable {TABLE} at (0,112) size 102x70 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 100x68
+ RenderTableRow {TR} at (0,2) size 100x20
+ RenderTableCell {TD} at (2,2) size 20x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 16x16
+ text run at (2,2) width 16: " "
+ RenderTableCell {TD} at (24,2) size 20x20 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 16x16
+ text run at (2,2) width 16: " "
+ RenderTableCell {TD} at (46,46) size 52x20 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=2 rs=3 cs=1]
+ RenderBlock {DIV} at (2,2) size 48x16
+ RenderText {#text} at (0,0) size 48x16
+ text run at (0,0) width 48: " "
+ RenderTableRow {TR} at (0,24) size 100x20
+ RenderTableCell {TD} at (2,24) size 20x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 16x16
+ text run at (2,2) width 16: " "
+ RenderTableCell {TD} at (24,46) size 74x20 [bgcolor=#0000FF] [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=2]
+ RenderBlock {DIV} at (2,2) size 70x16 [color=#008000]
+ RenderText {#text} at (14,0) size 56x16
+ text run at (14,0) width 56: " FAIL "
+ RenderTableRow {TR} at (0,46) size 100x20
+ RenderTableCell {TD} at (2,46) size 96x20 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
+ RenderBlock {DIV} at (2,2) size 92x16
+ RenderText {#text} at (84,0) size 8x16
+ text run at (84,0) width 8: " "

Powered by Google App Engine
This is Rietveld 408576698