| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| similarity index 56%
|
| copy from third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
|
| copy to third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| index e96e3ba0b9a2dd58998e8d4ab3fe78f3a4cffb48..e3af9a061da91cc1c3e5e9c986d7bcfefbc035ff 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
|
| @@ -9,15 +9,16 @@
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| - "name": "LayoutTableRow TR",
|
| - "position": [8, 8],
|
| - "bounds": [75, 21],
|
| + "name": "LayoutBlockFlow (positioned) DIV id='div'",
|
| + "position": [50, 100],
|
| + "transformOrigin": [100, 50],
|
| + "bounds": [150, 100],
|
| "drawsContent": true,
|
| - "backgroundColor": "#FF0000",
|
| + "backgroundColor": "#0000FF",
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutTableCell TD id='target'",
|
| - "rect": [0, 0, 38, 22],
|
| + "object": "LayoutBlockFlow (positioned) DIV id='div'",
|
| + "rect": [0, 0, 150, 100],
|
| "reason": "style change"
|
| }
|
| ]
|
| @@ -27,11 +28,7 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutTableCell TD id='target'",
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| + "object": "LayoutBlockFlow (positioned) DIV id='div'",
|
| "reason": "style change"
|
| }
|
| ]
|
|
|