mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 5b68d219206139c0bfeec65c88e765749aed57fb
This commit is contained in:
parent
a208d4246c
commit
04276c4e1f
94 changed files with 2583 additions and 2211 deletions
|
@ -1,14 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<meta name="timeout" content="long">
|
||||
<title>Async Cookies: expiration</title>
|
||||
<meta name="help" href="https://github.com/WICG/cookie-store/blob/gh-pages/explainer.md">
|
||||
<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/testharness-helpers.js"></script>
|
||||
<script src="resources/cookie-store-tests.js"></script>
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
suite({testName: 'testExpiration'});
|
||||
</script>
|
||||
<script src="resources/cookie-test-helpers.js"></script>
|
||||
<script src="resources/expiration.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue