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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>New Tab Page Load Failed</title>
4 <script>
5 function test() {
6 history.back();
7 }
8 </script>
9 </head>
10 <body onload="test()">
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698