| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| index e3af9a061da91cc1c3e5e9c986d7bcfefbc035ff..989ebefb23b4800b973280afb34209ccf4452af7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| @@ -1,27 +1,23 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='div'",
|
| + "position": [50, 100],
|
| + "transformOrigin": [100, 50],
|
| + "bounds": [150, 100],
|
| "drawsContent": true,
|
| - "children": [
|
| + "backgroundColor": "#0000FF",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='div'",
|
| - "position": [50, 100],
|
| - "transformOrigin": [100, 50],
|
| - "bounds": [150, 100],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='div'",
|
| - "rect": [0, 0, 150, 100],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV id='div'",
|
| + "rect": [0, 0, 150, 100],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|