Revision b4cd33ad178aa280fc59395236b0c9f55104ac5d authored by kritisingh1 on 25 March 2018, 09:18:50 UTC, committed by kritisingh1 on 25 March 2018, 09:23:51 UTC
1 parent d04a8fc
Raw File
cookie_store_tests.tentative.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: Basic tests for cookieStore (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();
</script>
back to top