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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Adjust even more tests 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 side-by-side diff with in-line comments
Download patch
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 f2d1a010a2be4738982095a62731be3bbb9c2cfd..b9774e6cde4d190f7fa3893886692b1c1cef0280 100644
--- a/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
@@ -5,7 +5,7 @@ CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on
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: "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 ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The provided value cannot be converted to a sequence.
CONSOLE MESSAGE: line 15: The worklet should throw an error with: "The 'prototype' object on the class does not exist."
CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'prototype' object on the class does not exist.
CONSOLE MESSAGE: line 15: The worklet should throw an error with: "The 'prototype' property on the class is not an object."

Powered by Google App Engine
This is Rietveld 408576698