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

Unified Diff: chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/accessible_history_navigation.html

Issue 10827107: Allow transitions to WebUI pages which are extension urls (new tab page is the relevant example). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/extension_resource_request_policy/web_accessible/accessible_history_navigation.html
===================================================================
--- chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/accessible_history_navigation.html (revision 0)
+++ chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/accessible_history_navigation.html (revision 0)
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <title>New Tab Page Load Failed</title>
+ <script>
+ function test() {
+ history.back();
+ }
+ </script>
+</head>
+<body onload="test()">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698