| Index: third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
|
| index 68e0296f1804b3b1a701f9f512019e6fd8963b8b..85e6128544c8145b7e35f8bb4247e78f81caa3c7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
|
| @@ -1,10 +1,34 @@
|
| +CONSOLE MESSAGE: line 39: {
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='box'",
|
| + "rect": [0, 0, 102, 102],
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='box'",
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| +}
|
| +
|
| Tests whether a repaint rect encompasses box-shadow with subpixel offset when the shadow changes.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -FAIL Unexpected error: Uncaught TypeError: Cannot read property 'some' of undefined
|
| -FAIL successfullyParsed should be true. Was false.
|
| +FAIL Subpixel shadow [1.4,1.4,100,100] was not repainted. Repaint rects were [{"object":"LayoutBlockFlow (positioned) DIV id='box'","rect":[0,0,102,102],"reason":"style change"}].
|
| +PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|
|
|