gecko-dev/testing/web-platform/tests/cookie-store/document_cookie.tentative.https.html
Joshua Bell e89fc29570 Bug 1450068 [wpt PR 10244] - Cookie Store API: Split out and enable test cases, a=testonly
Automatic update from web-platform-testsCookie Store API: Split out and enable test cases

Split out cases from a master "cookie-store-tests.js" suite,
allowing them to be enabled/debugged separately.

Also updates observation tests to use the new "change" event,
and deletes "static" since we can assume a dependency on a test
server here.

Bug: 783229
Change-Id: I9e29ea74a2f0513a033a8f9c71da2836c000ee27
Reviewed-on: https://chromium-review.googlesource.com/986649
Commit-Queue: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547543}

wpt-commits: 94b7255991af7f0ddf582ff316b069c54e0e87b8
wpt-pr: 10244
wpt-commits: 94b7255991af7f0ddf582ff316b069c54e0e87b8
wpt-pr: 10244
2018-04-15 09:24:59 +01:00

8 lines
373 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Async Cookies: document.cookie (HTTPS)</title>
<meta name="help" href="https://github.com/WICG/cookie-store/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/cookie-test-helpers.js"></script>
<script src="resources/document_cookie.js"></script>