Update web-platform-tests to revision 5b68d219206139c0bfeec65c88e765749aed57fb

This commit is contained in:
WPT Sync Bot 2018-04-02 21:14:16 -04:00
parent a208d4246c
commit 04276c4e1f
94 changed files with 2583 additions and 2211 deletions

View file

@ -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>