https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 917190e67268d05677eacdd3fd068dc6e3d15269 authored by Anne van Kesteren on 14 May 2018, 14:10:29 UTC
review feedback
Tip revision: 917190e
meta_http_equiv_set_cookie_static.tentative.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: <title>Async Cookies: document.cookie</title>lt;Meta Http-Equiv="Set-Cookie" ... <title>Async Cookies: document.cookie</title>gt; (Static; HTTPS)</title>
<meta name="help" href="https://github.com/WICG/cookie-store/blob/gh-pages/explainer.md">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/testharness-helpers.js"></script>
<script src="resources/cookie-store-tests.js"></script>
<script>
'use strict';

suite({testName: 'testMetaHttpEquivSetCookie'});
</script>
back to top