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": "LayoutBlockFlow HTML", | 12 "object": "LayoutBlockFlow HTML", |
11 "rect": [10, 102, 285, 400], | 13 "rect": [10, 102, 285, 400], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 13 matching lines...) Expand all Loading... |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
31 "rect": [18, 130, 77, 19], | 33 "rect": [18, 130, 77, 19], |
32 "reason": "layoutObject insertion" | 34 "reason": "layoutObject insertion" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutView #document", | 37 "object": "LayoutView #document", |
36 "rect": [295, 102, 15, 400], | 38 "rect": [295, 102, 15, 400], |
37 "reason": "scroll" | 39 "reason": "scroll" |
38 }, | |
39 { | |
40 "object": "InlineTextBox 'After change'", | |
41 "reason": "layoutObject insertion" | |
42 }, | |
43 { | |
44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'", | |
45 "reason": "full" | |
46 }, | |
47 { | |
48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'", | |
49 "reason": "full" | |
50 }, | |
51 { | |
52 "object": "RootInlineBox", | |
53 "reason": "full" | |
54 }, | |
55 { | |
56 "object": "RootInlineBox", | |
57 "reason": "full" | |
58 }, | |
59 { | |
60 "object": "RootInlineBox", | |
61 "reason": "full" | |
62 }, | |
63 { | |
64 "object": "VerticalScrollbar", | |
65 "reason": "scroll" | |
66 } | 40 } |
67 ] | 41 ] |
68 } | 42 } |
69 ] | 43 ] |
70 } | 44 } |
71 | 45 |
OLD | NEW |