summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/polymorphic-construct-expected.txt
blob: 724f11e8c87bc0679113288aad48c7809343595d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This tests that polymorphic construction works correctly.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS construct(Foo).field is 'foo'
PASS construct(Foo).field is 'foo'
PASS construct(Foo).field is 'foo'
PASS construct(Foo).field is 'foo'
PASS construct(Bar).field is 'bar'
PASS construct(Baz).field is 'baz'
PASS construct(Foo).field is 'foo'
PASS construct(Bar).field is 'bar'
PASS construct(Baz).field is 'baz'
PASS construct(Foo).field is 'foo'
PASS construct(Bar).field is 'bar'
PASS construct(Baz).field is 'baz'
PASS successfullyParsed is true

TEST COMPLETE