mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
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
8 lines
373 B
HTML
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>
|