Index: chrome/test/data/extensions/api_test/webnavigation/filtered/a.js |
diff --git a/chrome/test/data/extensions/api_test/webnavigation/filtered/a.js b/chrome/test/data/extensions/api_test/webnavigation/filtered/a.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e785f3ac39f681272a5d4401c4f03575504b3217 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/webnavigation/filtered/a.js |
@@ -0,0 +1,3 @@ |
+onload = function() { |
+ document.location='b.html'; |
+} |