OLD | NEW |
| (Empty) |
1 { | |
2 "name": "Content Root Layer", | |
3 "bounds": [800, 600], | |
4 "children": [ | |
5 { | |
6 "name": "LayoutView #document", | |
7 "bounds": [800, 600], | |
8 "contentsOpaque": true, | |
9 "drawsContent": true, | |
10 "paintInvalidations": [ | |
11 { | |
12 "object": "LayoutBlockFlow DIV id='allcontent'", | |
13 "rect": [8, 130, 784, 50], | |
14 "reason": "style change" | |
15 }, | |
16 { | |
17 "object": "LayoutBlockFlow (relative positioned) P", | |
18 "rect": [8, 146, 784, 18], | |
19 "reason": "bounds change" | |
20 }, | |
21 { | |
22 "object": "LayoutBlockFlow (relative positioned) P", | |
23 "rect": [8, 130, 784, 18], | |
24 "reason": "bounds change" | |
25 }, | |
26 { | |
27 "object": "LayoutText #text", | |
28 "rect": [8, 146, 70, 17], | |
29 "reason": "bounds change" | |
30 }, | |
31 { | |
32 "object": "LayoutText #text", | |
33 "rect": [8, 130, 70, 17], | |
34 "reason": "bounds change" | |
35 } | |
36 ] | |
37 } | |
38 ], | |
39 "objectPaintInvalidations": [ | |
40 { | |
41 "object": "LayoutBlockFlow DIV id='allcontent'", | |
42 "reason": "style change" | |
43 }, | |
44 { | |
45 "object": "LayoutBlockFlow (relative positioned) P", | |
46 "reason": "bounds change" | |
47 }, | |
48 { | |
49 "object": "RootInlineBox", | |
50 "reason": "bounds change" | |
51 }, | |
52 { | |
53 "object": "LayoutText #text", | |
54 "reason": "bounds change" | |
55 }, | |
56 { | |
57 "object": "InlineTextBox 'SUCCESS'", | |
58 "reason": "bounds change" | |
59 } | |
60 ] | |
61 } | |
62 | |
OLD | NEW |