OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 2016], | 5 "bounds": [800, 2016], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutView #document", | 10 "object": "LayoutView #document", |
11 "rect": [0, 2016, 800, 3792], | 11 "rect": [0, 2016, 800, 3792], |
12 "reason": "incremental" | 12 "reason": "incremental" |
13 }, | 13 }, |
14 { | 14 { |
| 15 "object": "LayoutBlockFlow HTML", |
| 16 "rect": [0, 0, 800, 2016], |
| 17 "reason": "forced by layout" |
| 18 }, |
| 19 { |
15 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab
solute green'", | 20 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab
solute green'", |
16 "rect": [108, 5708, 100, 100], | 21 "rect": [108, 5708, 100, 100], |
17 "reason": "subtree" | 22 "reason": "subtree" |
18 }, | 23 }, |
19 { | 24 { |
20 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab
solute green'", | 25 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab
solute green'", |
21 "rect": [100, 700, 100, 100], | 26 "rect": [100, 700, 100, 100], |
22 "reason": "style change" | 27 "reason": "style change" |
23 } | 28 } |
24 ] | 29 ] |
25 } | 30 } |
26 ], | 31 ], |
27 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
28 { | 33 { |
29 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", | 34 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", |
30 "reason": "subtree" | 35 "reason": "subtree" |
31 }, | 36 }, |
32 { | 37 { |
33 "object": "LayoutView #document", | 38 "object": "LayoutView #document", |
34 "reason": "incremental" | 39 "reason": "incremental" |
35 }, | 40 }, |
36 { | 41 { |
| 42 "object": "LayoutBlockFlow HTML", |
| 43 "reason": "forced by layout" |
| 44 }, |
| 45 { |
37 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", | 46 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", |
38 "reason": "style change" | 47 "reason": "style change" |
39 } | 48 } |
40 ] | 49 ] |
41 } | 50 } |
42 | 51 |
OLD | NEW |