Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / non-object-proto-expected.txt
blob26c6c458579122257a76e3eb17e7db304da307a6
1 This test checks that setting a non-object, non-null value for __proto__ does not lead to a crash when next setting a property on the object. This was reported as bug 17925.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS x.__proto__ is originalProto
7 If we got to this point then we did not crash and the test has passed.
8 PASS successfullyParsed is true
10 TEST COMPLETE