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

Unified Diff: third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/animation-worklet-animator-registration-expected.txt

Issue 2745823002: [animation-worklet] Implement registerAnimator in worklet scope (Closed)
Patch Set: Address nhiroki feedback 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
Index: third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/animation-worklet-animator-registration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/animation-worklet-animator-registration-expected.txt b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/animation-worklet-animator-registration-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7315c28ed33d9b4e3fdc20c8dab728d7b4c9db8e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/animation-worklet-animator-registration-expected.txt
@@ -0,0 +1,5 @@
+CONSOLE MESSAGE: line 5: [object DOMException]
+CONSOLE MESSAGE: line 4: TypeError: Failed to execute 'registerAnimator' on 'AnimationWorkletGlobalScope': The callback provided as parameter 2 is not a function.
+CONSOLE MESSAGE: line 4: TypeError: Failed to execute 'registerAnimator' on 'AnimationWorkletGlobalScope': The empty string is not a valid name.
+CONSOLE MESSAGE: line 4: test animator constructor called.
+

Powered by Google App Engine
This is Rietveld 408576698