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": "LayoutText #text", | 12 "object": "LayoutText #text", |
11 "rect": [11, 33, 79, 17], | 13 "rect": [11, 33, 79, 17], |
12 "reason": "selection" | 14 "reason": "selection" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
16 "rect": [11, 11, 61, 17], | 18 "rect": [11, 11, 61, 17], |
17 "reason": "selection" | 19 "reason": "selection" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
21 "rect": [85, 33, 5, 17], | 23 "rect": [85, 33, 5, 17], |
22 "reason": "incremental" | 24 "reason": "incremental" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
26 "rect": [67, 11, 5, 17], | 28 "rect": [67, 11, 5, 17], |
27 "reason": "incremental" | 29 "reason": "incremental" |
28 }, | |
29 { | |
30 "object": "InlineTextBox 'First cell'", | |
31 "reason": "incremental" | |
32 }, | |
33 { | |
34 "object": "InlineTextBox 'First cell'", | |
35 "reason": "selection" | |
36 }, | |
37 { | |
38 "object": "InlineTextBox 'Second cell'", | |
39 "reason": "incremental" | |
40 }, | |
41 { | |
42 "object": "InlineTextBox 'Second cell'", | |
43 "reason": "selection" | |
44 }, | |
45 { | |
46 "object": "LayoutBlockFlow BODY", | |
47 "reason": "selection" | |
48 }, | |
49 { | |
50 "object": "LayoutBlockFlow HTML", | |
51 "reason": "selection" | |
52 }, | |
53 { | |
54 "object": "LayoutTable TABLE", | |
55 "reason": "selection" | |
56 }, | |
57 { | |
58 "object": "LayoutTableCell TD id='firstCell'", | |
59 "reason": "selection" | |
60 }, | |
61 { | |
62 "object": "LayoutTableCell TD id='secondCell'", | |
63 "reason": "selection" | |
64 } | 30 } |
65 ] | 31 ] |
66 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutBlockFlow HTML", |
| 37 "reason": "selection" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBlockFlow BODY", |
| 41 "reason": "selection" |
| 42 }, |
| 43 { |
| 44 "object": "LayoutTable TABLE", |
| 45 "reason": "selection" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutTableCell TD id='firstCell'", |
| 49 "reason": "selection" |
| 50 }, |
| 51 { |
| 52 "object": "LayoutText #text", |
| 53 "reason": "selection" |
| 54 }, |
| 55 { |
| 56 "object": "InlineTextBox 'First cell'", |
| 57 "reason": "selection" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutText #text", |
| 61 "reason": "incremental" |
| 62 }, |
| 63 { |
| 64 "object": "InlineTextBox 'First cell'", |
| 65 "reason": "incremental" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutTableCell TD id='secondCell'", |
| 69 "reason": "selection" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutText #text", |
| 73 "reason": "selection" |
| 74 }, |
| 75 { |
| 76 "object": "InlineTextBox 'Second cell'", |
| 77 "reason": "selection" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutText #text", |
| 81 "reason": "incremental" |
| 82 }, |
| 83 { |
| 84 "object": "InlineTextBox 'Second cell'", |
| 85 "reason": "incremental" |
| 86 } |
67 ] | 87 ] |
68 } | 88 } |
69 | 89 |
OLD | NEW |