| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
|
| similarity index 58%
|
| copy from third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer-expected.txt
|
| copy to third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
|
| index 0475953ce843427e4c88d733ac5341efa8f62c8f..5d7e1d6220d0d65cc2dfffab112614e7b2013a3e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
|
| @@ -9,16 +9,15 @@
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='container'",
|
| - "position": [101, 100],
|
| - "transformOrigin": [0, 0],
|
| - "bounds": [14, 14],
|
| + "name": "LayoutTableRow TR",
|
| + "position": [8, 8],
|
| + "bounds": [69, 23],
|
| "drawsContent": true,
|
| "backgroundColor": "#FF0000",
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'",
|
| - "rect": [-1, 0, 15, 14],
|
| + "object": "LayoutTableCell TD id='target'",
|
| + "rect": [0, 0, 35, 24],
|
| "reason": "style change"
|
| }
|
| ]
|
| @@ -28,7 +27,11 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'",
|
| + "object": "LayoutTableCell TD id='target'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| "reason": "style change"
|
| }
|
| ]
|
|
|