| Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| index 1f5279199f3e1a2b58db68b5f0d27eb46f942dab..172e3d4fc4f5f23cc1fa7658d179009150810ce6 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| @@ -1,22 +1,27 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
|
| "position": [300, 300],
|
| "bounds": [200, 200],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "Scrolling Layer",
|
| "bounds": [185, 200],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "Scrolling Contents Layer",
|
| "bounds": [185, 4900],
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| @@ -30,9 +35,11 @@
|
| ]
|
| },
|
| {
|
| + "name": "Overflow Controls Host Layer",
|
| "bounds": [200, 200],
|
| "children": [
|
| {
|
| + "name": "Vertical Scrollbar Layer",
|
| "position": [185, 0],
|
| "bounds": [15, 200],
|
| "paintInvalidations": [
|
| @@ -49,6 +56,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|