Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_history.html

Issue 10704225: Send an webNavigation event for navigations triggered by window.history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/webnavigation/test_history.html
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_iframe.html b/chrome/test/data/extensions/api_test/webnavigation/test_history.html
similarity index 63%
copy from chrome/test/data/extensions/api_test/webnavigation/test_iframe.html
copy to chrome/test/data/extensions/api_test/webnavigation/test_history.html
index 6f076a5f6e5415025022e0aba394a6af78875066..9a11ed19665eb44e85caec0a2224ce9c258ca2ed 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_iframe.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_history.html
@@ -1,4 +1,4 @@
-<script src="test_iframe.js"></script>
+<script src="test_history.js"></script>
<script src="framework.js"></script>
<script>
runTests();

Powered by Google App Engine
This is Rietveld 408576698