| Index: LayoutTests/compositing/layer-creation/scroll-blocks-on-document-expected.txt
|
| diff --git a/LayoutTests/compositing/layer-creation/scroll-blocks-on-document-expected.txt b/LayoutTests/compositing/layer-creation/scroll-blocks-on-document-expected.txt
|
| index a54ef70f45b6462b5dd7041895c408b649b42022..b18bd9983b4a1e834eaf97a848f751286a3de3d8 100644
|
| --- a/LayoutTests/compositing/layer-creation/scroll-blocks-on-document-expected.txt
|
| +++ b/LayoutTests/compositing/layer-creation/scroll-blocks-on-document-expected.txt
|
| @@ -5,7 +5,10 @@ Verify that scroll-blocks-on on the documentElement is propagated to the viewpor
|
| "children": [
|
| {
|
| "bounds": [800, 600],
|
| - "scrollBlocksOn": ["StartTouch", "ScrollEvent"],
|
| + "scrollBlocksOn": [
|
| + "StartTouch",
|
| + "ScrollEvent"
|
| + ],
|
| "contentsOpaque": true,
|
| "drawsContent": true
|
| }
|
|
|