Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-eval-undefined-override-expected.txt
blob55887021b17dbd861e425d89f1cfd8eed13e0a31
1 Tests that evaluating something in console won't crash the browser if undefined value is overriden. The test passes if it doesn't crash. Bug 64155.
3 var x = {a:1}; x.self = x; undefined = x;
4 Object {a: 1, self: Object}
5 unknownVar
6     VM:2 Uncaught ReferenceError: unknownVar is not defined(…)
7 (anonymous function) @ VM:2