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

Side by Side Diff: LayoutTests/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": [
7 "StartTouch",
8 "WheelEvent"
9 ],
10 "contentsOpaque": true,
11 "drawsContent": true,
12 "children": [
13 {
14 "position": [8, 8],
15 "bounds": [100, 100],
16 "contentsOpaque": true,
17 "drawsContent": true,
18 "backgroundColor": "#ADD8E6"
19 },
20 {
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "bounds": [50, 50],
25 "scrollBlocksOn": [
26 "ScrollEvent"
27 ],
28 "contentsOpaque": true,
29 "drawsContent": true,
30 "backgroundColor": "#D3D3D3"
31 },
32 {
33 "position": [50, 50],
34 "bounds": [50, 50],
35 "drawsContent": true
36 }
37 ]
38 }
39 ]
40 }
41 ]
42 }
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698