Index: chrome/test/data/extensions/api_test/webnavigation/history/c.js |
diff --git a/chrome/test/data/extensions/api_test/shared_module/shared/fail.js b/chrome/test/data/extensions/api_test/webnavigation/history/c.js |
similarity index 80% |
copy from chrome/test/data/extensions/api_test/shared_module/shared/fail.js |
copy to chrome/test/data/extensions/api_test/webnavigation/history/c.js |
index dbe933d98d0d247276d74c11c879077c13f2bde0..e0542b8c37126bd4e5ca49d9eb260a32b0716840 100644 |
--- a/chrome/test/data/extensions/api_test/shared_module/shared/fail.js |
+++ b/chrome/test/data/extensions/api_test/webnavigation/history/c.js |
@@ -2,4 +2,4 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-var fail_exported = {}; |
+history.pushState({}, 'foo', 'd.html'); |