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

Side by Side Diff: LayoutTests/compositing/layer-creation/scroll-blocks-on-explicit-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 Verifies that setting the scroll-blocks-on property in a stylesheet creates laye rs with the correct modes and that explicitly setting 'none' does not create a l ayer.
2 {
3 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "scrollBlocksOn": ["StartTouch", "WheelEvent"],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "position": [8, 48],
13 "bounds": [784, 1],
14 "scrollBlocksOn": ["WheelEvent"]
15 },
16 {
17 "position": [8, 49],
18 "bounds": [784, 2],
19 "scrollBlocksOn": ["StartTouch", "ScrollEvent"]
20 }
21 ]
22 }
23 ]
24 }
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698