Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webnavigation/history/a.js |
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/history/a.js b/chrome/test/data/extensions/api_test/webnavigation/history/a.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e153deb7a1593198ee05d5ba982ccc6fae4b7746 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/webnavigation/history/a.js |
| @@ -0,0 +1,3 @@ |
| +onload = function() { |
| + history.pushState({}, 'foo', 'b.html'); |
| +}; |