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

Side by Side Diff: LayoutTests/platform/android/compositing/squashing/no-squashing-for-scroll-blocks-on-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 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "scrollBlocksOn": ["StartTouch", "WheelEvent"],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "children": [
10 {
11 "position": [8, 8],
12 "bounds": [100, 100],
13 "contentsOpaque": true,
14 "drawsContent": true,
15 "backgroundColor": "#ADD8E6"
16 },
17 {
18 "shouldFlattenTransform": false,
19 "children": [
20 {
21 "bounds": [50, 50],
22 "scrollBlocksOn": ["ScrollEvent"],
23 "contentsOpaque": true,
24 "drawsContent": true,
25 "backgroundColor": "#D3D3D3"
26 },
27 {
28 "position": [50, 50],
29 "bounds": [50, 50],
30 "drawsContent": true
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698