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": "LayoutText #text", | 10 "object": "LayoutBlockFlow DIV id='div'", |
11 "rect": [322, 197, 14, 21], | 11 "rect": [42, 36, 11, 18], |
12 "reason": "invalidate paint rectangle" | 12 "reason": "caret" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutBlockFlow DIV id='div'", |
16 "rect": [41, 35, 14, 20], | 16 "rect": [324, 199, 11, 17], |
17 "reason": "invalidate paint rectangle" | 17 "reason": "caret" |
18 } | 18 } |
19 ] | 19 ] |
20 } | 20 } |
21 ], | 21 ], |
22 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
23 { | 23 { |
24 "object": "Caret", | 24 "object": "Caret", |
25 "reason": "invalidate paint rectangle" | 25 "reason": "caret" |
26 }, | |
27 { | |
28 "object": "Caret", | |
29 "reason": "invalidate paint rectangle" | |
30 } | 26 } |
31 ] | 27 ] |
32 } | 28 } |
33 | 29 |
OLD | NEW |