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='to-be-changed'", | 10 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
11 "rect": [18, 130, 269, 40], | 11 "rect": [18, 130, 269, 40], |
12 "reason": "full" | 12 "reason": "full" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
16 "rect": [18, 130, 235, 39], | 16 "rect": [18, 130, 235, 39], |
17 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutText #text", | |
21 "rect": [18, 130, 77, 19], | |
22 "reason": "layoutObject insertion" | |
23 }, | |
24 { | |
25 "object": "LayoutView #document", | 20 "object": "LayoutView #document", |
26 "rect": [295, 102, 15, 400], | 21 "rect": [295, 102, 15, 400], |
27 "reason": "scroll" | 22 "reason": "scroll" |
28 } | 23 } |
29 ] | 24 ] |
30 } | 25 } |
31 ], | 26 ], |
32 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
33 { | 28 { |
34 "object": "LayoutText #text", | 29 "object": "LayoutText #text", |
(...skipping 15 matching lines...) Expand all Loading... |
50 "object": "LayoutText #text", | 45 "object": "LayoutText #text", |
51 "reason": "layoutObject insertion" | 46 "reason": "layoutObject insertion" |
52 }, | 47 }, |
53 { | 48 { |
54 "object": "InlineTextBox 'After change'", | 49 "object": "InlineTextBox 'After change'", |
55 "reason": "layoutObject insertion" | 50 "reason": "layoutObject insertion" |
56 } | 51 } |
57 ] | 52 ] |
58 } | 53 } |
59 | 54 |
OLD | NEW |