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

Unified Diff: LayoutTests/fast/js/Promise-native-create-expected.txt

Issue 197213007: ScriptPromise implementation for V8 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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-native-create-expected.txt
diff --git a/LayoutTests/media/W3C/audio/events/event_canplay_manual-expected.txt b/LayoutTests/fast/js/Promise-native-create-expected.txt
similarity index 56%
copy from LayoutTests/media/W3C/audio/events/event_canplay_manual-expected.txt
copy to LayoutTests/fast/js/Promise-native-create-expected.txt
index b7ad44c40b0bf15924df58af89c6adf8e2ad89a9..bdcb27d27a86147e408d91a6fadbaacd049bb78b 100644
--- a/LayoutTests/media/W3C/audio/events/event_canplay_manual-expected.txt
+++ b/LayoutTests/fast/js/Promise-native-create-expected.txt
@@ -1,12 +1,11 @@
-setting src attribute on non-autoplay video should trigger canplay event
+Test Promise constructor inside Blink.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS true is true
+constructor = function Promise() { [native code] }
+then = function then() { [native code] }
+catch = function catch() { [native code] }
PASS successfullyParsed is true
TEST COMPLETE
-spec reference
-

Powered by Google App Engine
This is Rietveld 408576698