blob: bfe6eaa0663f735d8a875ce0a5a218c3508b45db [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: HTTP Cookie and Set-Cookie headers</title>
<meta name="help" href="https://github.com/WICG/async-cookies-api/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: 'testHttpCookieAndSetCookieHeaders'});
</script>