diff options
Diffstat (limited to 'chrome/test/data/extensions/api_test/webnavigation/openTab/a.html')
-rw-r--r-- | chrome/test/data/extensions/api_test/webnavigation/openTab/a.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/extensions/api_test/webnavigation/openTab/a.html b/chrome/test/data/extensions/api_test/webnavigation/openTab/a.html index f318e9c..ed52c3d 100644 --- a/chrome/test/data/extensions/api_test/webnavigation/openTab/a.html +++ b/chrome/test/data/extensions/api_test/webnavigation/openTab/a.html @@ -1 +1 @@ -<body onload='window.open("b.html")'></body> +<script src="a.js"></script> |