Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Side by Side Diff: third_party/WebKit/LayoutTests/csspaint/parse-input-arguments-expected.txt

Issue 2833983004: bindings: Port away from ToImplArray/ToMemberNativeArray. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 15: The worklet should throw an error with: "failed!" 1 CONSOLE MESSAGE: line 15: The worklet should throw an error with: "failed!"
2 CONSOLE ERROR: line 1: Uncaught Error: 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." 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 value provided is neither an array, nor does it h ave 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." 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. 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. 7 CONSOLE MESSAGE: line 19: The worklet should not throw an error.
8 CONSOLE MESSAGE: line 1: Success for 'foo'. 8 CONSOLE MESSAGE: line 1: Success for 'foo'.
9 This tests a series of PaintWorkletGlobalScope#registerPaint Parse Input Argumen ts calls. 9 This tests a series of PaintWorkletGlobalScope#registerPaint Parse Input Argumen ts calls.
10 10
11 See the devtools console for test output. 11 See the devtools console for test output.
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698