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

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

Issue 2826313003: Worklet: Enable module script loading for main thread worklets (Closed)
Patch Set: update comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/csspaint/registerPaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/registerPaint-expected.txt b/third_party/WebKit/LayoutTests/http/tests/csspaint/registerPaint-expected.txt
index b9774e6cde4d190f7fa3893886692b1c1cef0280..f53037a0eb95d7937b7b0070d910585b1a59cf79 100644
--- a/third_party/WebKit/LayoutTests/http/tests/csspaint/registerPaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/registerPaint-expected.txt
@@ -1,5 +1,5 @@
CONSOLE MESSAGE: line 15: The worklet should throw an error with: "A class with name:'foo' is already registered."
-CONSOLE ERROR: line 1: Uncaught [object DOMException]
+CONSOLE ERROR: line 1: Uncaught NotSupportedError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': A class with name:'foo' is already registered.
CONSOLE MESSAGE: line 15: The worklet should throw an error with: "The empty string is not a valid name."
CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The empty string is not a valid name.
CONSOLE MESSAGE: line 15: The worklet should throw an error with: "failed!"
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698