OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [2008, 2096], | 3 "bounds": [2008, 2096], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [2008, 2096], | 7 "bounds": [2008, 2096], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutView #document", | 12 "object": "LayoutView #document", |
11 "rect": [0, 0, 2008, 2096], | 13 "rect": [0, 0, 2008, 2096], |
12 "reason": "style change" | 14 "reason": "style change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 23 matching lines...) Expand all Loading... |
38 }, | 40 }, |
39 { | 41 { |
40 "object": "LayoutView #document", | 42 "object": "LayoutView #document", |
41 "rect": [785, 0, 15, 585], | 43 "rect": [785, 0, 15, 585], |
42 "reason": "scroll" | 44 "reason": "scroll" |
43 }, | 45 }, |
44 { | 46 { |
45 "object": "LayoutView #document", | 47 "object": "LayoutView #document", |
46 "rect": [785, 585, 15, 15], | 48 "rect": [785, 585, 15, 15], |
47 "reason": "scroll" | 49 "reason": "scroll" |
48 }, | |
49 { | |
50 "object": "InlineTextBox '.'", | |
51 "reason": "full" | |
52 }, | |
53 { | |
54 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the
CSS class change'", | |
55 "reason": "full" | |
56 }, | |
57 { | |
58 "object": "InlineTextBox 'This is the test for '", | |
59 "reason": "full" | |
60 }, | |
61 { | |
62 "object": "InlineTextBox 'You should see both vertical and horizontal
scrollbars.'", | |
63 "reason": "full" | |
64 }, | |
65 { | |
66 "object": "LayoutView #document", | |
67 "reason": "scroll" | |
68 }, | |
69 { | |
70 "object": "RootInlineBox", | |
71 "reason": "full" | |
72 }, | |
73 { | |
74 "object": "RootInlineBox", | |
75 "reason": "full" | |
76 }, | |
77 { | |
78 "object": "RootInlineBox", | |
79 "reason": "full" | |
80 }, | |
81 { | |
82 "object": "RootInlineBox", | |
83 "reason": "full" | |
84 } | 50 } |
85 ] | 51 ] |
86 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutView #document", |
| 57 "reason": "full" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutView #document", |
| 61 "reason": "style change" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutBlockFlow BODY", |
| 65 "reason": "style change" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutBlockFlow P", |
| 69 "reason": "forced by layout" |
| 70 }, |
| 71 { |
| 72 "object": "RootInlineBox", |
| 73 "reason": "forced by layout" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutBlockFlow P", |
| 77 "reason": "forced by layout" |
| 78 }, |
| 79 { |
| 80 "object": "RootInlineBox", |
| 81 "reason": "forced by layout" |
| 82 }, |
| 83 { |
| 84 "object": "LayoutView #document", |
| 85 "reason": "scroll" |
| 86 }, |
| 87 { |
| 88 "object": "LayoutView #document", |
| 89 "reason": "scroll" |
| 90 } |
87 ] | 91 ] |
88 } | 92 } |
89 | 93 |
OLD | NEW |