OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "backgroundColor": "#008000", | 8 "backgroundColor": "#008000", |
9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
10 { | 10 { |
11 "object": "LayoutView #document", | 11 "object": "LayoutView #document", |
12 "rect": [0, 0, 800, 600], | 12 "rect": [0, 0, 800, 600], |
13 "reason": "style change" | 13 "reason": "style change" |
14 }, | 14 }, |
15 { | 15 { |
16 "object": "LayoutBlockFlow (positioned) HTML class='changed'", | |
17 "rect": [0, 0, 800, 50], | |
18 "reason": "style change" | |
19 }, | |
20 { | |
21 "object": "LayoutBlockFlow P", | 16 "object": "LayoutBlockFlow P", |
22 "rect": [8, 16, 784, 18], | 17 "rect": [8, 16, 784, 18], |
23 "reason": "forced by layout" | 18 "reason": "forced by layout" |
24 }, | 19 }, |
25 { | 20 { |
26 "object": "LayoutBlockFlow (positioned) HTML class='changed'", | |
27 "rect": [100, 100, 451, 50], | |
28 "reason": "style change" | |
29 }, | |
30 { | |
31 "object": "LayoutBlockFlow P", | 21 "object": "LayoutBlockFlow P", |
32 "rect": [108, 116, 435, 18], | 22 "rect": [108, 116, 435, 18], |
33 "reason": "forced by layout" | 23 "reason": "forced by layout" |
34 }, | |
35 { | |
36 "object": "LayoutText #text", | |
37 "rect": [108, 116, 435, 18], | |
38 "reason": "forced by layout" | |
39 }, | |
40 { | |
41 "object": "LayoutText #text", | |
42 "rect": [8, 16, 435, 18], | |
43 "reason": "forced by layout" | |
44 } | 24 } |
45 ] | 25 ] |
46 } | 26 } |
47 ], | 27 ], |
48 "objectPaintInvalidations": [ | 28 "objectPaintInvalidations": [ |
49 { | 29 { |
50 "object": "LayoutView #document", | 30 "object": "LayoutView #document", |
51 "reason": "style change" | 31 "reason": "style change" |
52 }, | 32 }, |
53 { | 33 { |
(...skipping 16 matching lines...) Expand all Loading... |
70 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
71 "reason": "forced by layout" | 51 "reason": "forced by layout" |
72 }, | 52 }, |
73 { | 53 { |
74 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", | 54 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
75 "reason": "forced by layout" | 55 "reason": "forced by layout" |
76 } | 56 } |
77 ] | 57 ] |
78 } | 58 } |
79 | 59 |
OLD | NEW |