Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / eval-overriding-expected.txt
blob7bcb7170a2f5162d2370727bdba874c9b47c613f
1 This page verifies that eval can be overridden.
3 If the test passes, you'll see a series of pass messages below.
5 PASS: eval("x") should be global-scope eval override and is.
6 PASS: eval("x") should be with-scope eval override and is.
7 PASS: eval("x") should be catch-scope eval override and is.
8 PASS: eval("x") should be local-scope eval override and is.