mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
14 lines
506 B
HTML
14 lines
506 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<meta name="timeout" content="long">
|
|
<title>Async Cookies: document.cookie</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: 'testDocumentCookie'});
|
|
</script>
|