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