Index: chrome/test/data/extensions/api_test/webnavigation/forwardBack/a.html |
diff --git a/chrome/test/data/extensions/api_test/webnavigation/forwardBack/a.html b/chrome/test/data/extensions/api_test/webnavigation/forwardBack/a.html |
index b0b6c8bcd98f3137ffc8c5f921fc7f4c1cd3c37a..ed52c3deec687d05d1c0ef6cc2189b0b8364c240 100644 |
--- a/chrome/test/data/extensions/api_test/webnavigation/forwardBack/a.html |
+++ b/chrome/test/data/extensions/api_test/webnavigation/forwardBack/a.html |
@@ -1,14 +1 @@ |
-<html> |
-<head> |
-<script> |
-function navigate() { |
- if (window.sessionStorage['redirected'] != 1) { |
- window.sessionStorage['redirected'] = 1; |
- // Required so this results in a history entry being created. |
- window.setTimeout('document.location = "b.html"', 0); |
- } |
-} |
-</script> |
-</head> |
-<body onload="navigate()"></body> |
-</html> |
+<script src="a.js"></script> |