| Index: third_party/WebKit/LayoutTests/paint/invalidation/border-current-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-current-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/border-current-color-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..330fd1b6aa2c739a49032af88b02e8fa62934a93
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-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": [58, 220, 120, 120],
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='currentColor'",
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|