| Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-become-affected-by-descendant-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-become-affected-by-descendant-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-become-affected-by-descendant-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ced01b438fef9c53d98117dfa8473aa18b40b566
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-become-affected-by-descendant-expected.txt
|
| @@ -0,0 +1,33 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='outline'",
|
| + "rect": [4, 4, 158, 108],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "rect": [58, 8, 100, 50],
|
| + "reason": "incremental"
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='outline'",
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "reason": "incremental"
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|