| Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
|
| index f0f702f41b9072b92d2d565c7ef9db99a1c96ad2..4b2f25211a393443be8b2f96b47d57ab7beb763f 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
|
| @@ -1,28 +1,24 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [785, 2016],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [785, 2016],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'",
|
| + "position": [0, 400],
|
| + "bounds": [785, 600],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| + "backfaceVisibility": "hidden",
|
| + "backgroundColor": "#008000",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'",
|
| - "position": [0, 400],
|
| - "bounds": [785, 600],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backfaceVisibility": "hidden",
|
| - "backgroundColor": "#008000",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| - "rect": [100, 100, 200, 200],
|
| - "reason": "layoutObject removal"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| + "rect": [100, 100, 200, 200],
|
| + "reason": "layoutObject removal"
|
| }
|
| ]
|
| }
|
|
|