| Index: third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt b/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
|
| index 9348d16236c470df42e6a2bbeb117d6279c729fb..f95d0b9bfdd644876a90d558959e5be95eaa90cf 100644
|
| --- a/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
|
| @@ -20,6 +20,10 @@ CONSOLE MESSAGE: line 18: The worklet should not throw an error.
|
| CONSOLE MESSAGE: line 1: Success for 'foo10'.
|
| CONSOLE MESSAGE: line 16: The worklet should log a warning with: "-webkit-border-radius is a prefixed property which is not supported."
|
| CONSOLE WARNING: line 1: -webkit-border-radius is a prefixed property which is not supported.
|
| +CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'alpha' property on the class is not a boolean."
|
| +CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'alpha' property on the class is not a boolean.
|
| +CONSOLE MESSAGE: line 18: The worklet should not throw an error.
|
| +CONSOLE MESSAGE: line 1: Success for 'foo13'.
|
| This tests a series of PaintWorkletGlobalScope#registerPaint calls.
|
|
|
| See the devtools console for test output.
|
|
|