Skip to content

Commit

Permalink
test page
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelNennker committed Jul 21, 2015
1 parent cd8d825 commit dad5323
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions testcredentials.html
@@ -0,0 +1,12 @@
<html>
<head><title>Test Credentials</title></head>
<body>
<script>
try {
navigator.credentials.get().then(function(msg) { alert(JSON.stringify(msg)); }).catch(function(msg) { alert(msg); });
} catch(e) {
alert(e);
}
</script>
</body>
</html>

0 comments on commit dad5323

Please sign in to comment.