<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
<html> | |
<head> | |
<script src="../resources/js-test-pre.js"></script> | |
</head> | |
<body> | |
<script> | |
// So long as the line below doesn't crash, this test passes. | |
Object.create(window).location; | |
</script> | |
<script src="../resources/js-test-post.js"></script> | |
</body> | |
</html> |