| Index: chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.html
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.html b/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a3e3d30546037480c12030d19828886fe3819a6f
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.html
|
| @@ -0,0 +1,9 @@
|
| +<script>
|
| +function navigate() {
|
| + location.href =
|
| + "http://127.0.0.1:" +
|
| + location.search.substr(1) +
|
| + "/files/extensions/api_test/webnavigation/crossProcess/b.html";
|
| +}
|
| +</script>
|
| +<body onload="setTimeout(navigate, 0)"></body>
|
|
|