OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
11 { | 11 { |
12 "object": "LayoutButton BUTTON", | 12 "object": "LayoutTextControl INPUT id='target'", |
13 "rect": [3, 4, 55, 29], | 13 "rect": [5, 5, 47, 25], |
14 "reason": "subtree" | 14 "reason": "subtree" |
15 }, | 15 }, |
16 { | 16 { |
17 "object": "LayoutBlockFlow (anonymous)", | 17 "object": "LayoutBlockFlow DIV id='inner-editor'", |
18 "rect": [16, 11, 29, 13], | 18 "rect": [11, 11, 35, 13], |
19 "reason": "subtree" | 19 "reason": "subtree" |
20 }, | 20 }, |
21 { | 21 { |
22 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
23 "rect": [16, 11, 29, 13], | 23 "rect": [11, 11, 35, 13], |
24 "reason": "subtree" | 24 "reason": "subtree" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
31 "object": "LayoutButton BUTTON", | 31 "object": "LayoutBlockFlow HTML", |
| 32 "reason": "selection" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow BODY", |
| 36 "reason": "selection" |
| 37 }, |
| 38 { |
| 39 "object": "LayoutTextControl INPUT id='target'", |
32 "reason": "subtree" | 40 "reason": "subtree" |
33 }, | 41 }, |
34 { | 42 { |
35 "object": "LayoutBlockFlow (anonymous)", | 43 "object": "LayoutBlockFlow DIV id='inner-editor'", |
36 "reason": "subtree" | 44 "reason": "subtree" |
37 }, | 45 }, |
38 { | 46 { |
39 "object": "RootInlineBox", | 47 "object": "RootInlineBox", |
40 "reason": "subtree" | 48 "reason": "subtree" |
41 }, | 49 }, |
42 { | 50 { |
| 51 "object": "HorizontalScrollbar", |
| 52 "reason": "scroll" |
| 53 }, |
| 54 { |
43 "object": "LayoutText #text", | 55 "object": "LayoutText #text", |
44 "reason": "subtree" | 56 "reason": "subtree" |
45 }, | 57 }, |
46 { | 58 { |
47 "object": "InlineTextBox 'Reset'", | 59 "object": "InlineTextBox 'test test test'", |
48 "reason": "subtree" | 60 "reason": "subtree" |
49 } | 61 } |
50 ] | 62 ] |
51 } | 63 } |
52 | 64 |
OLD | NEW |