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