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

Side by Side Diff: LayoutTests/compositing/layer-creation/scroll-blocks-on-document-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 scroll-blocks-on on the documentElement is propagated to the viewpor t without creating any additional layers.
2 {
3 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "scrollBlocksOn": ["ScrollEvent"],
8 "contentsOpaque": true,
9 "drawsContent": true
10 }
11 ]
12 }
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698