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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-animation-worklet.html

Issue 2171973002: [WIP][worklets] ThreadedWorkletGlobalScope + AnimationWorkletGlobalScope Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ...... Created 4 years, 4 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/http/tests/worklet/webexposed/global-interface-listing-animation-worklet.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-animation-worklet.html
similarity index 73%
copy from third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html
copy to third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-animation-worklet.html
index 31ecd2ce383a9947b68a002a041fc281be068991..25ed7ad932c010a6766d759690a15082e354dc17 100644
--- a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html
+++ b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-animation-worklet.html
@@ -7,7 +7,7 @@
testRunner.dumpAsText();
}
- paintWorklet.import('resources/global-interface-listing-worklet.js').then(function() {
+ animationWorklet.import('resources/global-interface-listing-worklet.js').then(function() {
if (window.testRunner) {
testRunner.notifyDone();
}

Powered by Google App Engine
This is Rietveld 408576698