| 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 85e6128544c8145b7e35f8bb4247e78f81caa3c7..e70aabecfafbbd17be586c9faceab6bd73f3e9ee 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,27 +1,27 @@
|
| 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"
|
| - }
|
| - ]
|
| -}
|
| -
|
| +CONSOLE MESSAGE: line 39: "layers": [
|
| +CONSOLE MESSAGE: line 39: {
|
| +CONSOLE MESSAGE: line 39: "name": "LayoutView #document",
|
| +CONSOLE MESSAGE: line 39: "bounds": [800, 600],
|
| +CONSOLE MESSAGE: line 39: "contentsOpaque": true,
|
| +CONSOLE MESSAGE: line 39: "drawsContent": true,
|
| +CONSOLE MESSAGE: line 39: "paintInvalidations": [
|
| +CONSOLE MESSAGE: line 39: {
|
| +CONSOLE MESSAGE: line 39: "object": "LayoutBlockFlow (positioned) DIV id='box'",
|
| +CONSOLE MESSAGE: line 39: "rect": [0, 0, 102, 102],
|
| +CONSOLE MESSAGE: line 39: "reason": "style change"
|
| +CONSOLE MESSAGE: line 39: }
|
| +CONSOLE MESSAGE: line 39: ]
|
| +CONSOLE MESSAGE: line 39: }
|
| +CONSOLE MESSAGE: line 39: ],
|
| +CONSOLE MESSAGE: line 39: "objectPaintInvalidations": [
|
| +CONSOLE MESSAGE: line 39: {
|
| +CONSOLE MESSAGE: line 39: "object": "LayoutBlockFlow (positioned) DIV id='box'",
|
| +CONSOLE MESSAGE: line 39: "reason": "style change"
|
| +CONSOLE MESSAGE: line 39: }
|
| +CONSOLE MESSAGE: line 39: ]
|
| +CONSOLE MESSAGE: line 39: }
|
| +CONSOLE MESSAGE: line 39:
|
| 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".
|
|
|