| Index: third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..78bcb103c4c8e2329bd7d82fce43ad75cdcb8500
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.txt
|
| @@ -0,0 +1,24 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutMultiColumnSet (anonymous)",
|
| + "rect": [8, 8, 600, 200],
|
| + "reason": "border box change"
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutMultiColumnSet (anonymous)",
|
| + "reason": "border box change"
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|