OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutTable TABLE", | 12 "object": "LayoutTable TABLE", |
11 "rect": [8, 58, 113, 4], | 13 "rect": [8, 58, 114, 4], |
12 "reason": "incremental" | 14 "reason": "incremental" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutTable TABLE", | 17 "object": "LayoutTable TABLE", |
16 "rect": [8, 60, 113, 2], | 18 "rect": [8, 60, 114, 2], |
17 "reason": "incremental" | 19 "reason": "incremental" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutTableRow TR", | 22 "object": "LayoutTableRow TR", |
21 "rect": [10, 10, 110, 50], | 23 "rect": [10, 10, 111, 50], |
22 "reason": "bounds change" | 24 "reason": "bounds change" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutTableSection TBODY", | 27 "object": "LayoutTableSection TBODY", |
26 "rect": [10, 10, 110, 50], | 28 "rect": [10, 10, 111, 50], |
27 "reason": "bounds change" | 29 "reason": "bounds change" |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutTableRow TR", | 32 "object": "LayoutTableRow TR", |
31 "rect": [9, 9, 107, 50], | 33 "rect": [9, 9, 107, 50], |
32 "reason": "bounds change" | 34 "reason": "bounds change" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutTableSection TBODY", | 37 "object": "LayoutTableSection TBODY", |
36 "rect": [9, 9, 107, 50], | 38 "rect": [9, 9, 107, 50], |
37 "reason": "bounds change" | 39 "reason": "bounds change" |
38 }, | 40 }, |
39 { | 41 { |
40 "object": "LayoutTableCell TD id='foo'", | 42 "object": "LayoutTableCell TD id='foo'", |
41 "rect": [8, 8, 59, 54], | 43 "rect": [8, 8, 60, 54], |
42 "reason": "style change" | 44 "reason": "style change" |
43 }, | 45 }, |
44 { | 46 { |
45 "object": "LayoutTableCell TD", | 47 "object": "LayoutTableCell TD", |
46 "rect": [63, 8, 58, 54], | 48 "rect": [64, 8, 58, 54], |
47 "reason": "bounds change" | 49 "reason": "bounds change" |
48 }, | 50 }, |
49 { | 51 { |
50 "object": "LayoutTableCell TD", | 52 "object": "LayoutTableCell TD", |
51 "rect": [62, 8, 55, 52], | 53 "rect": [62, 8, 55, 52], |
52 "reason": "bounds change" | 54 "reason": "bounds change" |
53 }, | 55 }, |
54 { | 56 { |
55 "object": "LayoutTable TABLE", | 57 "object": "LayoutTable TABLE", |
56 "rect": [116, 8, 5, 54], | 58 "rect": [116, 8, 6, 54], |
57 "reason": "incremental" | 59 "reason": "incremental" |
58 }, | 60 }, |
59 { | 61 { |
60 "object": "LayoutTable TABLE", | 62 "object": "LayoutTable TABLE", |
61 "rect": [117, 8, 4, 54], | 63 "rect": [117, 8, 5, 54], |
62 "reason": "incremental" | 64 "reason": "incremental" |
63 }, | |
64 { | |
65 "object": "LayoutTableCell TD", | |
66 "reason": "full" | |
67 }, | |
68 { | |
69 "object": "LayoutTableCell TD id='foo'", | |
70 "reason": "full" | |
71 } | 65 } |
72 ] | 66 ] |
73 } | 67 } |
| 68 ], |
| 69 "objectPaintInvalidations": [ |
| 70 { |
| 71 "object": "LayoutTableCell TD id='foo'", |
| 72 "reason": "style change" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutTableCell TD", |
| 76 "reason": "style change" |
| 77 }, |
| 78 { |
| 79 "object": "LayoutTable TABLE", |
| 80 "reason": "incremental" |
| 81 }, |
| 82 { |
| 83 "object": "LayoutTableSection TBODY", |
| 84 "reason": "bounds change" |
| 85 }, |
| 86 { |
| 87 "object": "LayoutTableRow TR", |
| 88 "reason": "bounds change" |
| 89 }, |
| 90 { |
| 91 "object": "LayoutTableCell TD id='foo'", |
| 92 "reason": "style change" |
| 93 }, |
| 94 { |
| 95 "object": "LayoutTableCell TD", |
| 96 "reason": "bounds change" |
| 97 } |
74 ] | 98 ] |
75 } | 99 } |
76 | 100 |
OLD | NEW |