| Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed-table-cell-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-table-cell-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-table-cell-expected.txt
|
| index 677aa16a29c41ee4a8e263c2ef8681dc118426c3..9723777ef92aae1b21de1d0e737d474c8a768568 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-table-cell-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-table-cell-expected.txt
|
| @@ -14,17 +14,17 @@
|
| {
|
| "object": "LayoutTableCell (anonymous)",
|
| "rect": [200, 200, 100, 100],
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutTableCell TD id='moveMe' class='fixed'",
|
| "rect": [200, 200, 100, 100],
|
| - "reason": "layoutObject removal"
|
| + "reason": "disappeared"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
|
| "rect": [50, 200, 100, 100],
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| }
|
| ]
|
| }
|
| @@ -32,7 +32,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutTableCell TD id='moveMe' class='fixed'",
|
| - "reason": "layoutObject removal"
|
| + "reason": "disappeared"
|
| },
|
| {
|
| "object": "LayoutTable (positioned) TABLE",
|
| @@ -40,15 +40,15 @@
|
| },
|
| {
|
| "object": "LayoutTableSection TBODY",
|
| - "reason": "forced by layout"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutTableCell (anonymous)",
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| }
|
| ]
|
| }
|
|
|