| Index: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..309e3de9d134cc6b1f5a1d763de4470e3116419e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-expected.txt
|
| @@ -0,0 +1,42 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutTableRow TR id='target'",
|
| + "rect": [8, 96, 184, 64],
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutTableCell TD",
|
| + "position": [71, 96],
|
| + "bounds": [58, 64],
|
| + "drawsContent": true
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RowBackground",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR id='target'",
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|