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

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

Issue 2561773003: Parse input argument types and store the argument types in CSSPaintDefinition. (Closed)
Patch Set: update tests Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/csspaint/parse-input-arguments-expected.txt
diff --git a/third_party/WebKit/LayoutTests/csspaint/parse-input-arguments-expected.txt b/third_party/WebKit/LayoutTests/csspaint/parse-input-arguments-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..67808d75279bb1aa3839fe480c447747456159f5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/csspaint/parse-input-arguments-expected.txt
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 15: The worklet should throw an error with: "failed!"
+CONSOLE ERROR: line 1: Uncaught Error: failed!
+CONSOLE MESSAGE: line 15: The worklet should throw an error with: " Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The value provided is neither an array, nor does it have indexed properties."
+CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The value provided is neither an array, nor does it have indexed properties.
+CONSOLE MESSAGE: line 15: The worklet should throw an error with: "Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': Invalid argument types."
+CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': Invalid argument types.
+CONSOLE MESSAGE: line 19: The worklet should not throw an error.
+CONSOLE MESSAGE: line 1: Success for 'foo'.
+This tests a series of PaintWorkletGlobalScope#registerPaint Parse Input Arguments calls.
+
+See the devtools console for test output.

Powered by Google App Engine
This is Rietveld 408576698