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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow DIV id='allcontent'", | 10 "object": "LayoutBlockFlow DIV id='allcontent'", |
11 "rect": [8, 136, 784, 52], | 11 "rect": [8, 136, 784, 52], |
12 "reason": "style change" | 12 "reason": "style change" |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow (relative positioned) P", | |
16 "rect": [8, 152, 784, 20], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow (relative positioned) P", | |
21 "rect": [8, 136, 784, 20], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutText #text", | |
26 "rect": [8, 152, 69, 19], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [8, 136, 69, 19], | |
32 "reason": "forced by layout" | |
33 } | 13 } |
34 ] | 14 ] |
35 } | 15 } |
36 ], | 16 ], |
37 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
38 { | 18 { |
39 "object": "LayoutBlockFlow DIV id='allcontent'", | 19 "object": "LayoutBlockFlow DIV id='allcontent'", |
40 "reason": "style change" | 20 "reason": "style change" |
41 }, | 21 }, |
42 { | 22 { |
43 "object": "LayoutBlockFlow (relative positioned) P", | 23 "object": "LayoutBlockFlow (relative positioned) P", |
44 "reason": "forced by layout" | 24 "reason": "forced by layout" |
45 }, | 25 }, |
46 { | 26 { |
47 "object": "RootInlineBox", | 27 "object": "RootInlineBox", |
48 "reason": "forced by layout" | 28 "reason": "forced by layout" |
49 }, | 29 }, |
50 { | 30 { |
51 "object": "LayoutText #text", | 31 "object": "LayoutText #text", |
52 "reason": "forced by layout" | 32 "reason": "forced by layout" |
53 }, | 33 }, |
54 { | 34 { |
55 "object": "InlineTextBox 'SUCCESS'", | 35 "object": "InlineTextBox 'SUCCESS'", |
56 "reason": "forced by layout" | 36 "reason": "forced by layout" |
57 } | 37 } |
58 ] | 38 ] |
59 } | 39 } |
60 | 40 |
OLD | NEW |