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

Side by Side Diff: chrome/test/data/password/autosignin.html

Issue 2447143002: Stop prerendering of a site if it uses the Credential Manager API. (Closed)
Patch Set: rebase Created 4 years, 1 month 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type="text/javascript">
4 window.onload = function() {
5 navigator.credentials.get({password: true})
6 .then(cred => window.location = '/password/done.html');
7 }
8 </script>
9 </head>
10 <body>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698