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

Side by Side Diff: LayoutTests/compositing/squashing/no-squashing-for-scroll-blocks-on-expected.txt

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "scrollBlocksOn": ["StartTouch", "WheelEvent"],
6 "contentsOpaque": true, 7 "contentsOpaque": true,
7 "drawsContent": true, 8 "drawsContent": true,
8 "children": [ 9 "children": [
9 { 10 {
10 "position": [8, 8], 11 "position": [8, 8],
11 "bounds": [100, 100], 12 "bounds": [100, 100],
12 "contentsOpaque": true, 13 "contentsOpaque": true,
13 "drawsContent": true, 14 "drawsContent": true,
14 "backgroundColor": "#ADD8E6" 15 "backgroundColor": "#ADD8E6"
15 }, 16 },
16 { 17 {
17 "shouldFlattenTransform": false, 18 "shouldFlattenTransform": false,
18 "children": [ 19 "children": [
19 { 20 {
20 "position": [-5, -5], 21 "bounds": [50, 50],
21 "bounds": [62, 62], 22 "scrollBlocksOn": ["ScrollEvent"],
23 "contentsOpaque": true,
22 "drawsContent": true, 24 "drawsContent": true,
23 "backgroundColor": "#D3D3D3" 25 "backgroundColor": "#D3D3D3"
24 }, 26 },
25 { 27 {
26 "position": [50, 50], 28 "position": [50, 50],
27 "bounds": [50, 50], 29 "bounds": [50, 50],
28 "drawsContent": true 30 "drawsContent": true
29 } 31 }
30 ] 32 ]
31 } 33 }
32 ] 34 ]
33 } 35 }
34 ] 36 ]
35 } 37 }
36 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698