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

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

Issue 2077413005: Add "alpha" option to PaintWorklet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set alpha to be true by default Created 4 years, 5 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 f19c8436e73782d3c316a685e405bb33f7186c8f..d2a31de81fc33f7a76dcbbddbfdd7d5368ee7013 100644
--- a/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt
@@ -20,6 +20,10 @@ CONSOLE MESSAGE: line 18: The worklet should not throw an error.
CONSOLE MESSAGE: line 1: Success for 'foo10'.
CONSOLE MESSAGE: line 18: The worklet should not throw an error.
CONSOLE MESSAGE: line 1: Success for 'foo11'.
+CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'alpha' property on the class is not a boolean."
+CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'alpha' property on the class is not a boolean.
+CONSOLE MESSAGE: line 18: The worklet should not throw an error.
+CONSOLE MESSAGE: line 1: Success for 'foo13'.
This tests a series of PaintWorkletGlobalScope#registerPaint calls.
See the devtools console for test output.

Powered by Google App Engine
This is Rietveld 408576698