Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / activation-proto-expected.txt
blob97ab6b7ddd251514a4f3589cda7690eb07703dc6
1 This test checks that activation objects (the local scope for a function) don't have the special __proto__ property that lets you get and set a normal object's prototype. This is important because the impossibility of swizzling activation object prototype chains allows various optimizations.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS (function() { __proto__.testVariable = 'found'; return window.testVariable; })() is 'found'
7 PASS successfullyParsed is true
9 TEST COMPLETE