OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [2008, 2096], | 3 "bounds": [2008, 2096], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [2008, 2096], | 7 "bounds": [2008, 2096], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 { | 46 { |
47 "object": "LayoutView #document", | 47 "object": "LayoutView #document", |
48 "rect": [785, 585, 15, 15], | 48 "rect": [785, 585, 15, 15], |
49 "reason": "scroll" | 49 "reason": "scroll" |
50 } | 50 } |
51 ] | 51 ] |
52 } | 52 } |
53 ], | 53 ], |
54 "objectPaintInvalidations": [ | 54 "objectPaintInvalidations": [ |
55 { | 55 { |
| 56 "object": "RootInlineBox", |
| 57 "reason": "full" |
| 58 }, |
| 59 { |
| 60 "object": "InlineTextBox 'You should see both vertical and horizontal scro
llbars.'", |
| 61 "reason": "full" |
| 62 }, |
| 63 { |
| 64 "object": "RootInlineBox", |
| 65 "reason": "full" |
| 66 }, |
| 67 { |
| 68 "object": "InlineTextBox 'This is the test for '", |
| 69 "reason": "full" |
| 70 }, |
| 71 { |
| 72 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS
class change'", |
| 73 "reason": "full" |
| 74 }, |
| 75 { |
| 76 "object": "InlineTextBox '.'", |
| 77 "reason": "full" |
| 78 }, |
| 79 { |
56 "object": "LayoutView #document", | 80 "object": "LayoutView #document", |
57 "reason": "full" | 81 "reason": "full" |
58 }, | 82 }, |
59 { | 83 { |
60 "object": "LayoutView #document", | 84 "object": "LayoutView #document", |
61 "reason": "style change" | 85 "reason": "style change" |
62 }, | 86 }, |
63 { | 87 { |
64 "object": "LayoutBlockFlow BODY", | 88 "object": "LayoutBlockFlow BODY", |
65 "reason": "style change" | 89 "reason": "style change" |
(...skipping 18 matching lines...) Expand all Loading... |
84 "object": "LayoutView #document", | 108 "object": "LayoutView #document", |
85 "reason": "scroll" | 109 "reason": "scroll" |
86 }, | 110 }, |
87 { | 111 { |
88 "object": "LayoutView #document", | 112 "object": "LayoutView #document", |
89 "reason": "scroll" | 113 "reason": "scroll" |
90 } | 114 } |
91 ] | 115 ] |
92 } | 116 } |
93 | 117 |
OLD | NEW |