Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / function-argument-evaluation-expected.txt
blob7253602bc110e93f39b6e137b444555ae087f35c
1 This page tests function calls whose argument expressions overwrite the callee.
3 If the test passes, you'll see PASS messages below.
5 PASS: test1(callback, 1) should be 1 and is.
6 PASS: test2(callback, 1) should be 1 and is.