| OLD | NEW |
| (Empty) |
| 1 CONSOLE MESSAGE: line 15: The worklet should throw an error with: "failed!" | |
| 2 CONSOLE ERROR: line 1: Uncaught Error: failed! | |
| 3 CONSOLE MESSAGE: line 15: The worklet should throw an error with: " Failed to ex
ecute 'registerPaint' on 'PaintWorkletGlobalScope': The value provided is neithe
r an array, nor does it have indexed properties." | |
| 4 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on
'PaintWorkletGlobalScope': The provided value cannot be converted to a sequence. | |
| 5 CONSOLE MESSAGE: line 15: The worklet should throw an error with: "Failed to exe
cute 'registerPaint' on 'PaintWorkletGlobalScope': Invalid argument types." | |
| 6 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on
'PaintWorkletGlobalScope': Invalid argument types. | |
| 7 CONSOLE MESSAGE: line 19: The worklet should not throw an error. | |
| 8 CONSOLE MESSAGE: line 1: Success for 'foo'. | |
| 9 This tests a series of PaintWorkletGlobalScope#registerPaint Parse Input Argumen
ts calls. | |
| 10 | |
| 11 See the devtools console for test output. | |
| OLD | NEW |