Skip to content

Commit

Permalink
Update cookies_test.html
Browse files Browse the repository at this point in the history
- secure/unsecured indicator at beginning of link
- better glyph for async cookies
  • Loading branch information
bsittler committed Aug 16, 2016
1 parent 0ad48a0 commit 5614d7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cookies_test.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>πŸͺ&#xFE0F; cookies_test</title>
<title>βŽ‡πŸͺ&#xFE0F; cookies_test</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<script charset="UTF-8" src="cookies_test_onerror.js"></script>
Expand All @@ -10,7 +10,7 @@
<link rel="StyleSheet" type="text/css" charset="UTF-8" href="cookies_test.css" />
</head>
<body>
<h1>πŸͺ&#xFE0F; cookies_test</h1>
<h1>βŽ‡πŸͺ️&#xFE0F; cookies_test</h1>
<p>See <a
href="https://github.com/WICG/async-cookies-api">https://github.com/WICG/async-cookies-api</a> for
an explanation of the proposed asynchronous cookies API.</p>
Expand All @@ -33,10 +33,10 @@ <h1>πŸͺ&#xFE0F; cookies_test</h1>
<button style="visibility: hidden" id="toggle-https-button"><span
id="https-status-indicator"></span> Toggle https</button>
<p>The <a href="https://github.com/WICG/async-cookies-api/blob/gh-pages/cookies.js">document-based
polyfill</a> included by this page runs best in an <a onclick="!!void(location.protocol = 'https:')"
href="#">https page πŸ”’&#xFE0F;</a> -
the polyfill is also usable but some tests fail when run in an <a
onclick="!!void(location.protocol = 'http:')" href="#">unsecured http page ⚠&#xFE0F;</a> due
to its reliance on <tt>Secure</tt> cookie access.</p>
polyfill</a> included by this page runs best in <a onclick="!!void(location.protocol = 'https:')"
href="#">πŸ”’&#xFE0F; an <code>https</code> page</a> -
the polyfill is also usable but some tests fail when run in <a
onclick="!!void(location.protocol = 'http:')" href="#">⚠&#xFE0F; an unsecured <code>http</code> page</a> due
to its reliance on <code>Secure</code> cookie access.</p>
</body>
</html>

0 comments on commit 5614d7b

Please sign in to comment.