OLD | NEW |
| (Empty) |
1 Verify that an iframe will be promoted to a composited layer only when it has ad
ditional scroll-blocks-on bits. | |
2 | |
3 { | |
4 "bounds": [800, 600], | |
5 "children": [ | |
6 { | |
7 "bounds": [800, 600], | |
8 "scrollBlocksOn": ["StartTouch"], | |
9 "contentsOpaque": true, | |
10 "drawsContent": true, | |
11 "children": [ | |
12 { | |
13 "position": [8, 60], | |
14 "bounds": [100, 15], | |
15 "drawsContent": true, | |
16 "children": [ | |
17 { | |
18 "bounds": [100, 15], | |
19 "children": [ | |
20 { | |
21 "bounds": [100, 15], | |
22 "children": [ | |
23 { | |
24 "children": [ | |
25 { | |
26 "bounds": [100, 15], | |
27 "children": [ | |
28 { | |
29 "bounds": [100, 15], | |
30 "scrollBlocksOn": ["StartTouch", "WheelEvent"], | |
31 "drawsContent": true | |
32 } | |
33 ] | |
34 } | |
35 ] | |
36 } | |
37 ] | |
38 } | |
39 ] | |
40 } | |
41 ] | |
42 }, | |
43 { | |
44 "position": [8, 80], | |
45 "bounds": [100, 15], | |
46 "drawsContent": true, | |
47 "children": [ | |
48 { | |
49 "bounds": [100, 15], | |
50 "children": [ | |
51 { | |
52 "bounds": [100, 15], | |
53 "children": [ | |
54 { | |
55 "children": [ | |
56 { | |
57 "bounds": [100, 15], | |
58 "children": [ | |
59 { | |
60 "bounds": [100, 15], | |
61 "scrollBlocksOn": ["StartTouch", "ScrollEvent"], | |
62 "drawsContent": true | |
63 } | |
64 ] | |
65 } | |
66 ] | |
67 } | |
68 ] | |
69 } | |
70 ] | |
71 } | |
72 ] | |
73 } | |
74 ] | |
75 } | |
76 ] | |
77 } | |
78 | |
79 | |
80 -------- | |
81 Frame: '<!--framePath //<!--frame2-->-->' | |
82 -------- | |
83 { | |
84 "bounds": [100, 15], | |
85 "children": [ | |
86 { | |
87 "bounds": [100, 15], | |
88 "scrollBlocksOn": ["StartTouch", "WheelEvent"], | |
89 "drawsContent": true | |
90 } | |
91 ] | |
92 } | |
93 | |
94 | |
95 -------- | |
96 Frame: '<!--framePath //<!--frame3-->-->' | |
97 -------- | |
98 { | |
99 "bounds": [100, 15], | |
100 "children": [ | |
101 { | |
102 "bounds": [100, 15], | |
103 "scrollBlocksOn": ["StartTouch", "ScrollEvent"], | |
104 "drawsContent": true | |
105 } | |
106 ] | |
107 } | |
108 | |
OLD | NEW |