OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow (relative positioned) DIV", | 12 "object": "LayoutBlockFlow (relative positioned) DIV", |
11 "rect": [428, 38, 300, 18], | 13 "rect": [428, 38, 300, 18], |
12 "reason": "bounds change" | 14 "reason": "bounds change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 13 matching lines...) Expand all Loading... |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
31 "rect": [428, 38, 275, 18], | 33 "rect": [428, 38, 275, 18], |
32 "reason": "bounds change" | 34 "reason": "bounds change" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
36 "rect": [28, 38, 275, 18], | 38 "rect": [28, 38, 275, 18], |
37 "reason": "bounds change" | 39 "reason": "bounds change" |
38 }, | |
39 { | |
40 "object": "InlineTextBox 'There should only be one copy of this text.'
", | |
41 "reason": "bounds change" | |
42 }, | |
43 { | |
44 "object": "LayoutText #text", | |
45 "reason": "bounds change" | |
46 }, | |
47 { | |
48 "object": "RootInlineBox", | |
49 "reason": "full" | |
50 }, | |
51 { | |
52 "object": "RootInlineBox", | |
53 "reason": "full" | |
54 } | 40 } |
55 ] | 41 ] |
56 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutBlockFlow (positioned) DIV id='container'", |
| 47 "reason": "bounds change" |
| 48 }, |
| 49 { |
| 50 "object": "RootInlineBox", |
| 51 "reason": "bounds change" |
| 52 }, |
| 53 { |
| 54 "object": "LayoutBlockFlow (relative positioned) DIV", |
| 55 "reason": "bounds change" |
| 56 }, |
| 57 { |
| 58 "object": "RootInlineBox", |
| 59 "reason": "bounds change" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutText #text", |
| 63 "reason": "bounds change" |
| 64 }, |
| 65 { |
| 66 "object": "InlineTextBox 'There should only be one copy of this text.'", |
| 67 "reason": "bounds change" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutText #text", |
| 71 "reason": "bounds change" |
| 72 } |
57 ] | 73 ] |
58 } | 74 } |
59 | 75 |
OLD | NEW |