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 |
deleted file mode 100644 |
index b18bd9983b4a1e834eaf97a848f751286a3de3d8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/compositing/layer-creation/scroll-blocks-on-document-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-Verify that scroll-blocks-on on the documentElement is propagated to the viewport without creating any additional layers. |
- |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "scrollBlocksOn": [ |
- "StartTouch", |
- "ScrollEvent" |
- ], |
- "contentsOpaque": true, |
- "drawsContent": true |
- } |
- ] |
-} |
- |