mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 44702f2bc8ea98bc32b5b244f2fe63c6ce66d49d
This commit is contained in:
parent
85fa6409bb
commit
c227604a2c
997 changed files with 45660 additions and 14650 deletions
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<meta name="timeout" content="long">
|
||||
<title>Async Cookies: expiration</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: 'testExpiration'});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue