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

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

Issue 2868003002: CSSPaint: Move layout tests in csspaint/ to http/tests/csspaint/ (Closed)
Patch Set: rebase Created 3 years, 7 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
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 provided value cannot be converted to a sequence. 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

Powered by Google App Engine
This is Rietveld 408576698