OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineTextBox ''", | |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "full" | |
13 }, | |
14 { | |
15 "object": "InlineTextBox 'PASS'", | |
16 "rect": [0, 0, 0, 0], | |
17 "reason": "layoutObject insertion" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [10, 32, 43, 23], | |
22 "reason": "layoutObject removal" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
26 "rect": [10, 2, 46, 23], | 11 "rect": [10, 2, 46, 23], |
27 "reason": "layoutObject insertion" | 12 "reason": "layoutObject insertion" |
28 }, | 13 }, |
29 { | 14 { |
30 "object": "LayoutSVGRect rect", | 15 "object": "LayoutSVGRect rect", |
31 "rect": [10, 2, 46, 23], | 16 "rect": [10, 2, 46, 23], |
32 "reason": "style change" | 17 "reason": "style change" |
33 }, | 18 }, |
34 { | 19 { |
| 20 "object": "LayoutSVGRoot svg", |
| 21 "rect": [10, 2, 46, 23], |
| 22 "reason": "bounds change" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGText text id='text1'", |
| 26 "rect": [10, 2, 46, 23], |
| 27 "reason": "style change" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGInlineText #text", |
| 31 "rect": [10, 32, 43, 23], |
| 32 "reason": "layoutObject removal" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutSVGText text id='text2'", |
| 36 "rect": [10, 32, 43, 23], |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
35 "object": "LayoutSVGRect rect", | 40 "object": "LayoutSVGRect rect", |
36 "rect": [10, 32, 43, 18], | 41 "rect": [10, 32, 43, 18], |
37 "reason": "full" | 42 "reason": "full" |
38 }, | 43 }, |
39 { | 44 { |
40 "object": "LayoutSVGRoot svg", | 45 "object": "LayoutSVGRoot svg", |
41 "rect": [10, 32, 43, 18], | 46 "rect": [10, 32, 43, 18], |
42 "reason": "bounds change" | 47 "reason": "bounds change" |
43 }, | 48 }, |
44 { | 49 { |
45 "object": "LayoutSVGRoot svg", | 50 "object": "InlineTextBox ''", |
46 "rect": [10, 2, 46, 23], | 51 "reason": "full" |
47 "reason": "bounds change" | |
48 }, | 52 }, |
49 { | 53 { |
50 "object": "LayoutSVGText text id='text1'", | 54 "object": "InlineTextBox 'PASS'", |
51 "rect": [10, 2, 46, 23], | 55 "reason": "layoutObject insertion" |
52 "reason": "style change" | |
53 }, | 56 }, |
54 { | 57 { |
55 "object": "LayoutSVGText text id='text2'", | 58 "object": "RootInlineBox", |
56 "rect": [10, 32, 43, 23], | |
57 "reason": "full" | 59 "reason": "full" |
58 }, | 60 }, |
59 { | 61 { |
60 "object": "RootInlineBox", | 62 "object": "RootInlineBox", |
61 "rect": [0, 0, 0, 0], | |
62 "reason": "full" | |
63 }, | |
64 { | |
65 "object": "RootInlineBox", | |
66 "rect": [0, 0, 0, 0], | |
67 "reason": "full" | 63 "reason": "full" |
68 } | 64 } |
69 ] | 65 ] |
70 } | 66 } |
71 ] | 67 ] |
72 } | 68 } |
73 | 69 |
OLD | NEW |