Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / function-redefinition-expected.txt
blob359a1fe06ca3cc4a14c6f11ed0c757e2bcc70a03
1 PASS typeof test1 == 'function' is true
2 PASS typeof test2 == 'function' is true
3 PASS typeof test3 == 'function' is true
4 PASS test3() is "SUCCESS"
5 PASS successfullyParsed is true
7 TEST COMPLETE