OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "backgroundColor": "#008000", | 10 "backgroundColor": "#008000", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 { | 52 { |
53 "object": "LayoutText #text", | 53 "object": "LayoutText #text", |
54 "rect": [8, 16, 435, 18], | 54 "rect": [8, 16, 435, 18], |
55 "reason": "bounds change" | 55 "reason": "bounds change" |
56 } | 56 } |
57 ] | 57 ] |
58 } | 58 } |
59 ], | 59 ], |
60 "objectPaintInvalidations": [ | 60 "objectPaintInvalidations": [ |
61 { | 61 { |
| 62 "object": "RootInlineBox", |
| 63 "reason": "full" |
| 64 }, |
| 65 { |
| 66 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
| 67 "reason": "full" |
| 68 }, |
| 69 { |
62 "object": "LayoutView #document", | 70 "object": "LayoutView #document", |
63 "reason": "style change" | 71 "reason": "style change" |
64 }, | 72 }, |
65 { | 73 { |
66 "object": "LayoutBlockFlow (positioned) HTML class='changed'", | 74 "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
67 "reason": "style change" | 75 "reason": "style change" |
68 }, | 76 }, |
69 { | 77 { |
70 "object": "LayoutBlockFlow BODY", | 78 "object": "LayoutBlockFlow BODY", |
71 "reason": "bounds change" | 79 "reason": "bounds change" |
(...skipping 10 matching lines...) Expand all Loading... |
82 "object": "LayoutText #text", | 90 "object": "LayoutText #text", |
83 "reason": "bounds change" | 91 "reason": "bounds change" |
84 }, | 92 }, |
85 { | 93 { |
86 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", | 94 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
87 "reason": "bounds change" | 95 "reason": "bounds change" |
88 } | 96 } |
89 ] | 97 ] |
90 } | 98 } |
91 | 99 |
OLD | NEW |