blob: 1bc127080a6ed19b62485ee99c2610526634db42 [file] [log] [blame]
<!doctype html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
shouldThrow("document.location.assign()");
shouldThrow("document.location.replace()");
</script>
</body>
</html>