| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1bee9e9e1c8fb72b5f9f64d87e732b3dbe5337c6
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt
|
| @@ -0,0 +1,45 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
|
| + "position": [8, 8],
|
| + "bounds": [102, 302],
|
| + "shouldFlattenTransform": false,
|
| + "drawsContent": true,
|
| + "backfaceVisibility": "hidden"
|
| + },
|
| + {
|
| + "name": "Scrolling Layer",
|
| + "position": [1, 1],
|
| + "bounds": [100, 300],
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "Scrolling Contents Layer",
|
| + "bounds": [100, 430]
|
| + },
|
| + {
|
| + "name": "Overflow Controls Host Layer",
|
| + "bounds": [102, 302]
|
| + },
|
| + {
|
| + "name": "Horizontal Scrollbar Layer",
|
| + "position": [1, 301],
|
| + "bounds": [100, 0],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Vertical Scrollbar Layer",
|
| + "position": [101, 1],
|
| + "bounds": [0, 300],
|
| + "drawsContent": true
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|