Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / Promise-native-create-expected.txt
blobbdcb27d27a86147e408d91a6fadbaacd049bb78b
1 Test Promise constructor inside Blink.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 constructor = function Promise() { [native code] }
6 then = function then() { [native code] }
7 catch = function catch() { [native code] }
8 PASS successfullyParsed is true
10 TEST COMPLETE