2 <script src=
"../../resources/js-test.js"></script>
4 description("Accessing the Location object from a V8-triggered callback should not crash");
8 Object
.observe(obj
, function() {
9 window
.location
.hash
= 'foo';
10 testPassed("Did not crash");