OLD | NEW |
| (Empty) |
1 { | |
2 "layers": [ | |
3 { | |
4 "name": "LayoutView #document", | |
5 "bounds": [500, 400], | |
6 "contentsOpaque": true, | |
7 "drawsContent": true, | |
8 "paintInvalidations": [ | |
9 { | |
10 "object": "LayoutIFrame (positioned) IFRAME", | |
11 "rect": [0, 0, 500, 400], | |
12 "reason": "forced by layout" | |
13 }, | |
14 { | |
15 "object": "LayoutView #document", | |
16 "rect": [0, 200, 500, 200], | |
17 "reason": "incremental" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow BODY", | |
21 "rect": [8, 8, 484, 18], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow H3", | |
26 "rect": [8, 300, 400, 22], | |
27 "reason": "became visible" | |
28 }, | |
29 { | |
30 "object": "LayoutView #document", | |
31 "rect": [485, 0, 15, 200], | |
32 "reason": "scroll" | |
33 } | |
34 ] | |
35 } | |
36 ], | |
37 "objectPaintInvalidations": [ | |
38 { | |
39 "object": "LayoutView #document", | |
40 "reason": "incremental" | |
41 }, | |
42 { | |
43 "object": "LayoutBlockFlow BODY", | |
44 "reason": "forced by layout" | |
45 }, | |
46 { | |
47 "object": "RootInlineBox", | |
48 "reason": "forced by layout" | |
49 }, | |
50 { | |
51 "object": "LayoutText #text", | |
52 "reason": "forced by layout" | |
53 }, | |
54 { | |
55 "object": "InlineTextBox 'Test passes if you see \"Success\" after window
resizes.'", | |
56 "reason": "forced by layout" | |
57 }, | |
58 { | |
59 "object": "LayoutIFrame (positioned) IFRAME", | |
60 "reason": "forced by layout" | |
61 }, | |
62 { | |
63 "object": "VerticalScrollbar", | |
64 "reason": "scroll" | |
65 }, | |
66 { | |
67 "object": "HorizontalScrollbar", | |
68 "reason": "scroll" | |
69 }, | |
70 { | |
71 "object": "LayoutView #document", | |
72 "reason": "scroll" | |
73 }, | |
74 { | |
75 "object": "LayoutBlockFlow H3", | |
76 "reason": "became visible" | |
77 }, | |
78 { | |
79 "object": "RootInlineBox", | |
80 "reason": "became visible" | |
81 } | |
82 ] | |
83 } | |
84 | |
OLD | NEW |