[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / js / isPrototypeOf-expected.txt
1 This tests that isPrototypeOf works according to the ECMA spec.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS Object.isPrototypeOf('string') is false
7 PASS Array.prototype.isPrototypeOf(new Array()) is true
8 PASS ObjectA.prototype.isPrototypeOf(objb) is true
9 PASS ObjectA.prototype.isPrototypeOf(objc) is true
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13