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

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

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded TODO Created 5 years, 11 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 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "scrollBlocksOn": ["StartTouch"],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "position": [8, 56],
13 "bounds": [304, 7],
14 "drawsContent": true,
15 "children": [
16 {
17 "position": [2, 2],
18 "bounds": [300, 3],
19 "children": [
20 {
21 "bounds": [285, 3],
22 "children": [
23 {
24 "children": [
25 {
26 "bounds": [285, 8],
27 "children": [
28 {
29 "bounds": [285, 8],
30 "scrollBlocksOn": ["StartTouch", "WheelEvent"],
31 "drawsContent": true
32 }
33 ]
34 }
35 ]
36 }
37 ]
38 },
39 {
40 "position": [285, 0],
41 "bounds": [15, 3],
42 "drawsContent": true
43 }
44 ]
45 }
46 ]
47 },
48 {
49 "position": [316, 55],
50 "bounds": [304, 8],
51 "drawsContent": true,
52 "children": [
53 {
54 "position": [2, 2],
55 "bounds": [300, 4],
56 "children": [
57 {
58 "bounds": [285, 4],
59 "children": [
60 {
61 "children": [
62 {
63 "bounds": [285, 8],
64 "children": [
65 {
66 "bounds": [285, 8],
67 "scrollBlocksOn": ["StartTouch", "ScrollEvent"],
68 "drawsContent": true
69 }
70 ]
71 }
72 ]
73 }
74 ]
75 },
76 {
77 "position": [285, 0],
78 "bounds": [15, 4],
79 "drawsContent": true
80 }
81 ]
82 }
83 ]
84 }
85 ]
86 }
87 ]
88 }
89
90
91 --------
92 Frame: '<!--framePath //<!--frame2-->-->'
93 --------
94 {
95 "bounds": [285, 8],
96 "children": [
97 {
98 "bounds": [285, 8],
99 "scrollBlocksOn": ["StartTouch", "WheelEvent"],
100 "drawsContent": true
101 }
102 ]
103 }
104
105
106 --------
107 Frame: '<!--framePath //<!--frame3-->-->'
108 --------
109 {
110 "bounds": [285, 8],
111 "children": [
112 {
113 "bounds": [285, 8],
114 "scrollBlocksOn": ["StartTouch", "ScrollEvent"],
115 "drawsContent": true
116 }
117 ]
118 }
119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698