| Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt
|
| index 891ebc4d2f105cf6f8a927aba289a4521ee811ad..40a60b18e9ac58b1fc771b0d842cd30e681cf874 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt
|
| @@ -1,27 +1,23 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [785, 2001],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [785, 2001],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='absolute'",
|
| + "position": [0, 400],
|
| + "bounds": [100, 1601],
|
| "drawsContent": true,
|
| - "children": [
|
| + "backfaceVisibility": "hidden",
|
| + "backgroundColor": "#FF0000",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='absolute'",
|
| - "position": [0, 400],
|
| - "bounds": [100, 1601],
|
| - "drawsContent": true,
|
| - "backfaceVisibility": "hidden",
|
| - "backgroundColor": "#FF0000",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| - "rect": [0, 100, 100, 100],
|
| - "reason": "incremental"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| + "rect": [0, 100, 100, 100],
|
| + "reason": "incremental"
|
| }
|
| ]
|
| }
|
|
|