blob: bdcb27d27a86147e408d91a6fadbaacd049bb78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Test Promise constructor inside Blink.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
constructor = function Promise() { [native code] }
then = function then() { [native code] }
catch = function catch() { [native code] }
PASS successfullyParsed is true
TEST COMPLETE
|