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

Side by Side Diff: LayoutTests/compositing/layer-creation/scroll-blocks-on-script-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 setting scroll-blocks-on from script immediately creates the necessa ry layer.
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, 28],
13 "bounds": [20, 20],
14 "scrollBlocksOn": ["ScrollEvent"]
15 }
16 ]
17 }
18 ]
19 }
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698