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": "LayoutSVGInlineText #text", | |
11 "rect": [90, 115, 59, 19], | |
12 "reason": "layoutObject removal" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGText text id='status'", | 10 "object": "LayoutSVGText text id='status'", |
16 "rect": [90, 115, 59, 19], | 11 "rect": [90, 115, 59, 19], |
17 "reason": "full" | 12 "reason": "full" |
18 }, | |
19 { | |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [90, 115, 43, 19], | |
22 "reason": "layoutObject insertion" | |
23 } | 13 } |
24 ] | 14 ] |
25 } | 15 } |
26 ], | 16 ], |
27 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
28 { | 18 { |
29 "object": "LayoutSVGInlineText #text", | 19 "object": "LayoutSVGInlineText #text", |
30 "reason": "layoutObject removal" | 20 "reason": "layoutObject removal" |
31 }, | 21 }, |
32 { | 22 { |
33 "object": "LayoutSVGText text id='status'", | 23 "object": "LayoutSVGText text id='status'", |
34 "reason": "full" | 24 "reason": "full" |
35 }, | 25 }, |
36 { | 26 { |
37 "object": "RootInlineBox", | 27 "object": "RootInlineBox", |
38 "reason": "full" | 28 "reason": "full" |
39 }, | 29 }, |
40 { | 30 { |
41 "object": "LayoutSVGInlineText #text", | 31 "object": "LayoutSVGInlineText #text", |
42 "reason": "layoutObject insertion" | 32 "reason": "layoutObject insertion" |
43 }, | 33 }, |
44 { | 34 { |
45 "object": "InlineTextBox 'Passed'", | 35 "object": "InlineTextBox 'Passed'", |
46 "reason": "layoutObject insertion" | 36 "reason": "layoutObject insertion" |
47 } | 37 } |
48 ] | 38 ] |
49 } | 39 } |
50 | 40 |
OLD | NEW |