| 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
|
| -
|
|
|
|
|