| Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
|
| index 9db93c9dd5d2af613b0f20e7bb48b112db4482f6..50e595a433b6c87fe5f2fcae0449becc4cda9abe 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
|
| @@ -1,41 +1,37 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [785, 5056],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [785, 5056],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) HEADER",
|
| + "position": [8, 28],
|
| + "bounds": [769, 1972],
|
| "drawsContent": true,
|
| - "children": [
|
| + "backfaceVisibility": "hidden",
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
|
| + "rect": [10, 1822, 150, 150],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='recentlink'",
|
| + "rect": [10, 1822, 150, 150],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
|
| + "rect": [10, 1422, 150, 150],
|
| + "reason": "subtree"
|
| + },
|
| {
|
| - "name": "LayoutBlockFlow (relative positioned) HEADER",
|
| - "position": [8, 28],
|
| - "bounds": [769, 1972],
|
| - "drawsContent": true,
|
| - "backfaceVisibility": "hidden",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
|
| - "rect": [10, 1822, 150, 150],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='recentlink'",
|
| - "rect": [10, 1822, 150, 150],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
|
| - "rect": [10, 1422, 150, 150],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='recentlink'",
|
| - "rect": [10, 1422, 150, 150],
|
| - "reason": "subtree"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow DIV id='recentlink'",
|
| + "rect": [10, 1422, 150, 150],
|
| + "reason": "subtree"
|
| }
|
| ]
|
| }
|
|
|