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

Side by Side Diff: LayoutTests/platform/mac/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, 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 383x16
14 text run at (244,16) width 383: " cell starts at row 1 and column 4 an d spans four rows. The "
15 RenderInline {SPAN} at (0,0) size 30x16 [color=#0000FF]
16 RenderText {#text} at (626,16) size 30x16
17 text run at (626,16) width 30: "blue"
18 RenderText {#text} at (655,16) size 782x32
19 text run at (655,16) width 127: " cell starts at row 2,"
20 text run at (0,32) width 284: "and column 1, and spans four columns. T he "
21 RenderInline {SPAN} at (0,0) size 39x16 [color=#008000]
22 RenderText {#text} at (283,32) size 39x16
23 text run at (283,32) width 39: "green"
24 RenderText {#text} at (321,32) size 200x16
25 text run at (321,32) width 200: " cell spans 4 columns of row 4."
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 188x92 [border: (1px outset #808080)]
31 RenderTableSection {TBODY} at (1,1) size 186x90
32 RenderTableRow {TR} at (0,2) size 186x20
33 RenderTableCell {TD} at (2,2) size 44x20 [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 (48,2) size 44x20 [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 (94,2) size 44x20 [border: (1px inset #80808 0)] [r=0 c=2 rs=1 cs=1]
40 RenderText {#text} at (2,2) size 16x16
41 text run at (2,2) width 16: " "
42 RenderTableCell {TD} at (140,35) size 44x20 [bgcolor=#FF0000] [borde r: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]
43 RenderBlock {DIV} at (2,2) size 40x16
44 RenderText {#text} at (0,0) size 40x16
45 text run at (0,0) width 40: " "
46 RenderTableRow {TR} at (0,24) size 186x20
47 RenderTableCell {TD} at (2,24) size 182x20 [bgcolor=#0000FF] [border : (1px inset #808080)] [r=1 c=0 rs=1 cs=4]
48 RenderBlock {DIV} at (2,2) size 178x16
49 RenderText {#text} at (138,0) size 40x16
50 text run at (138,0) width 40: " "
51 RenderTableRow {TR} at (0,46) size 186x20
52 RenderTableCell {TD} at (2,46) size 44x20 [border: (1px inset #80808 0)] [r=2 c=0 rs=1 cs=1]
53 RenderText {#text} at (2,2) size 40x16
54 text run at (2,2) width 40: " "
55 RenderTableCell {TD} at (48,46) size 44x20 [border: (1px inset #8080 80)] [r=2 c=1 rs=1 cs=1]
56 RenderText {#text} at (2,2) size 40x16
57 text run at (2,2) width 40: " "
58 RenderTableCell {TD} at (94,46) size 44x20 [border: (1px inset #8080 80)] [r=2 c=2 rs=1 cs=1]
59 RenderText {#text} at (2,2) size 40x16
60 text run at (2,2) width 40: " "
61 RenderTableRow {TR} at (0,68) size 186x20
62 RenderTableCell {TD} at (2,68) size 182x20 [bgcolor=#008000] [border : (1px inset #808080)] [r=3 c=0 rs=1 cs=4]
63 RenderBlock {DIV} at (2,2) size 178x16 [color=#008000]
64 RenderText {#text} at (138,0) size 40x16
65 text run at (138,0) width 40: "FAIL "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698