| Index: content/test/data/navigation_controller/beforeunload_replacestate_2.html
|
| diff --git a/content/test/data/navigation_controller/beforeunload_replacestate_2.html b/content/test/data/navigation_controller/beforeunload_replacestate_2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0a65d257d3df1119ef641a1daeb5f3c5e2712e48
|
| --- /dev/null
|
| +++ b/content/test/data/navigation_controller/beforeunload_replacestate_2.html
|
| @@ -0,0 +1,11 @@
|
| +<html>
|
| +<head>
|
| +<script>
|
| +window.addEventListener("beforeunload", function (event) {
|
| + window.history.replaceState(null, "", "beforeunload_replacestate_2.html");
|
| +});
|
| +</script>
|
| +</head>
|
| +<body>
|
| +</body>
|
| +</html>
|
|
|