Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: LayoutTests/compositing/layer-creation/scroll-blocks-on-iframe-expected.txt

Issue 1287623002: Delete blink code for scroll-blocks-on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge with trunk (no changes from previous patch) Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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": [
9 "StartTouch"
10 ],
11 "contentsOpaque": true,
12 "drawsContent": true,
13 "children": [
14 {
15 "position": [8, 60],
16 "bounds": [100, 15],
17 "drawsContent": true,
18 "children": [
19 {
20 "bounds": [100, 15],
21 "children": [
22 {
23 "bounds": [100, 15],
24 "children": [
25 {
26 "children": [
27 {
28 "bounds": [100, 15],
29 "children": [
30 {
31 "bounds": [100, 15],
32 "scrollBlocksOn": [
33 "StartTouch",
34 "WheelEvent"
35 ],
36 "drawsContent": true
37 }
38 ]
39 }
40 ]
41 }
42 ]
43 }
44 ]
45 }
46 ]
47 },
48 {
49 "position": [8, 80],
50 "bounds": [100, 15],
51 "drawsContent": true,
52 "children": [
53 {
54 "bounds": [100, 15],
55 "children": [
56 {
57 "bounds": [100, 15],
58 "children": [
59 {
60 "children": [
61 {
62 "bounds": [100, 15],
63 "children": [
64 {
65 "bounds": [100, 15],
66 "scrollBlocksOn": [
67 "StartTouch",
68 "ScrollEvent"
69 ],
70 "drawsContent": true
71 }
72 ]
73 }
74 ]
75 }
76 ]
77 }
78 ]
79 }
80 ]
81 }
82 ]
83 }
84 ]
85 }
86
87
88 --------
89 Frame: '<!--framePath //<!--frame2-->-->'
90 --------
91 {
92 "bounds": [100, 15],
93 "children": [
94 {
95 "bounds": [100, 15],
96 "scrollBlocksOn": [
97 "StartTouch",
98 "WheelEvent"
99 ],
100 "drawsContent": true
101 }
102 ]
103 }
104
105
106 --------
107 Frame: '<!--framePath //<!--frame3-->-->'
108 --------
109 {
110 "bounds": [100, 15],
111 "children": [
112 {
113 "bounds": [100, 15],
114 "scrollBlocksOn": [
115 "StartTouch",
116 "ScrollEvent"
117 ],
118 "drawsContent": true
119 }
120 ]
121 }
122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698