Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / js-constructors-use-correct-global-expected.txt
blob5d2e11bee069a2e31c32770b154a1708718bbb92
1 Test to ensure that js constructors create objects with the correct constructor
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS new otherGlobal.Object() instanceof otherGlobal.Object is true
7 PASS otherGlobal.Object() instanceof otherGlobal.Object is true
8 PASS new otherGlobal.Function() instanceof otherGlobal.Function is true
9 PASS otherGlobal.Function() instanceof otherGlobal.Function is true
10 PASS new otherGlobal.Array() instanceof otherGlobal.Array is true
11 PASS otherGlobal.Array() instanceof otherGlobal.Array is true
12 PASS new otherGlobal.Number() instanceof otherGlobal.Number is true
13 PASS new otherGlobal.String() instanceof otherGlobal.String is true
14 PASS new otherGlobal.Boolean() instanceof otherGlobal.Boolean is true
15 PASS new otherGlobal.RegExp() instanceof otherGlobal.RegExp is true
16 PASS otherGlobal.RegExp() instanceof otherGlobal.RegExp is true
17 PASS new otherGlobal.Date() instanceof otherGlobal.Date is true
18 PASS new otherGlobal.Error() instanceof otherGlobal.Error is true
19 PASS otherGlobal.Error() instanceof otherGlobal.Error is true
20 PASS new otherGlobal.RangeError() instanceof otherGlobal.RangeError is true
21 PASS otherGlobal.RangeError() instanceof otherGlobal.RangeError is true
22 PASS new otherGlobal.ReferenceError() instanceof otherGlobal.ReferenceError is true
23 PASS otherGlobal.ReferenceError() instanceof otherGlobal.ReferenceError is true
24 PASS new otherGlobal.SyntaxError() instanceof otherGlobal.SyntaxError is true
25 PASS otherGlobal.SyntaxError() instanceof otherGlobal.SyntaxError is true
26 PASS new otherGlobal.TypeError() instanceof otherGlobal.TypeError is true
27 PASS otherGlobal.TypeError() instanceof otherGlobal.TypeError is true
28 PASS new otherGlobal.URIError() instanceof otherGlobal.URIError is true
29 PASS otherGlobal.URIError() instanceof otherGlobal.URIError is true
30 PASS new otherGlobal.Image() instanceof otherGlobal.Image is true
31 PASS successfullyParsed is true
33 TEST COMPLETE