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

Unified Diff: LayoutTests/fast/js/Promise-resolve-state-in-workers.html

Issue 23567043: Promise init callback takes resolve and reject functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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: LayoutTests/fast/js/Promise-resolve-state-in-workers.html
diff --git a/LayoutTests/fast/js/Promise-fulfill-in-workers.html b/LayoutTests/fast/js/Promise-resolve-state-in-workers.html
similarity index 76%
rename from LayoutTests/fast/js/Promise-fulfill-in-workers.html
rename to LayoutTests/fast/js/Promise-resolve-state-in-workers.html
index 390e99b453a3db545f8c925785724c36f162ce99..e280526c72721be603148df045ae53096da60242 100644
--- a/LayoutTests/fast/js/Promise-fulfill-in-workers.html
+++ b/LayoutTests/fast/js/Promise-resolve-state-in-workers.html
@@ -7,7 +7,7 @@
<div id="description"></div>
<div id="console"></div>
<script>
-worker = startWorker('resources/Promise-fulfill-in-workers.js');
+worker = startWorker('resources/Promise-resolve-state-in-workers.js');
</script>
<script src="resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698