| Index: third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..89c17e74dc22b7e24eea154fce73a0c0041fa3a0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt
|
| @@ -0,0 +1,24 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='currentColor'",
|
| + "rect": [48, 190, 120, 120],
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='currentColor'",
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|