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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {P} at (0,0) size 784x48
7 RenderText {#text} at (0,0) size 769x32
8 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 ce lls that"
9 text run at (0,16) width 222: "span multiple table grid slots. The "
10 RenderInline {SPAN} at (0,0) size 24x16 [color=#FF0000]
11 RenderText {#text} at (221,16) size 24x16
12 text run at (221,16) width 24: "red"
13 RenderText {#text} at (244,16) size 388x16
14 text run at (244,16) width 388: " cell starts at row 1 and column 3 an d spans three rows. The "
15 RenderInline {SPAN} at (0,0) size 31x16 [color=#0000FF]
16 RenderText {#text} at (631,16) size 31x16
17 text run at (631,16) width 31: "blue"
18 RenderText {#text} at (661,16) size 771x32
19 text run at (661,16) width 110: " cell starts at row"
20 text run at (0,32) width 388: "2, and column 2, and spans two columns and two rows. The "
21 RenderInline {SPAN} at (0,0) size 39x16 [color=#008000]
22 RenderText {#text} at (387,32) size 39x16
23 text run at (387,32) width 39: "green"
24 RenderText {#text} at (425,32) size 200x16
25 text run at (425,32) width 200: " cell spans 4 columns of row 3."
26 RenderBlock {P} at (0,64) size 784x32
27 RenderText {#text} at (0,0) size 781x32
28 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"
29 text run at (0,16) width 41: "failed."
30 RenderTable {TABLE} at (0,112) size 102x70 [border: (1px outset #808080)]
31 RenderTableSection {TBODY} at (1,1) size 100x68
32 RenderTableRow {TR} at (0,2) size 100x20
33 RenderTableCell {TD} at (2,2) size 20x20 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
34 RenderText {#text} at (2,2) size 16x16
35 text run at (2,2) width 16: " "
36 RenderTableCell {TD} at (24,2) size 20x20 [border: (1px inset #80808 0)] [r=0 c=1 rs=1 cs=1]
37 RenderText {#text} at (2,2) size 16x16
38 text run at (2,2) width 16: " "
39 RenderTableCell {TD} at (46,46) size 52x20 [bgcolor=#FF0000] [border : (1px inset #808080)] [r=0 c=2 rs=3 cs=1]
40 RenderBlock {DIV} at (2,2) size 48x16
41 RenderText {#text} at (0,0) size 48x16
42 text run at (0,0) width 48: " "
43 RenderTableRow {TR} at (0,24) size 100x20
44 RenderTableCell {TD} at (2,24) size 20x20 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1]
45 RenderText {#text} at (2,2) size 16x16
46 text run at (2,2) width 16: " "
47 RenderTableCell {TD} at (24,46) size 74x20 [bgcolor=#0000FF] [border : (1px inset #808080)] [r=1 c=1 rs=2 cs=2]
48 RenderBlock {DIV} at (2,2) size 70x16 [color=#008000]
49 RenderText {#text} at (14,0) size 56x16
50 text run at (14,0) width 56: " FAIL "
51 RenderTableRow {TR} at (0,46) size 100x20
52 RenderTableCell {TD} at (2,46) size 96x20 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
53 RenderBlock {DIV} at (2,2) size 92x16
54 RenderText {#text} at (84,0) size 8x16
55 text run at (84,0) width 8: " "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698