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

Side by Side Diff: chrome/test/data/captive_portal/login.html

Issue 10020051: Open a login tab on captive portal detection on SSL loads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix typo in comment, forward declare CaptivePortalTabReloader in the TabHelper Created 8 years, 6 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Fake Login Page</title>
4
5 <script>
6
7 function submitForm() {
8 document.getElementById('form').submit();
9 }
10
11 </script>
12
13 </head>
14 <body>
15 <form id='form' action="login.html" method="post">
16 <input type="submit" value="Login" />
17 </form>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/captive_portal/iframe_timeout.html ('k') | chrome/test/data/captive_portal/login.html.mock-http-headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698