Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / implicit-call-with-global-reentry-expected.txt
blob6bb18524f3a8c4a5fab72334eb1b129ee6478c22
1 This test checks that implicit reentry to global code through a getter does not clobber the calling register file.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testObject.getterTest; testVar; is "PASS"
7 PASS testObject.setterTest = 1; testVar; is "PASS"
8 PASS testObject.toStringTest(); testVar; is "PASS"
9 PASS testObject.valueOfTest(); testVar; is "PASS"
10 PASS successfullyParsed is true
12 TEST COMPLETE