https://github.com/web-platform-tests/wpt
Revision ab7222f9063dedb351083804201a719cd6a81347 authored by bmac on 22 March 2018, 20:38:42 UTC, committed by bmac on 23 March 2018, 18:20:17 UTC
1 parent 9dcebcb
Raw File
Tip revision: ab7222f9063dedb351083804201a719cd6a81347 authored by bmac on 22 March 2018, 20:38:42 UTC
Do not print logs twice when running wpt lint
Tip revision: ab7222f
meta_http_equiv_set_cookie_static.tentative.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: <title>Async Cookies: document.cookie</title>lt;Meta Http-Equiv="Set-Cookie" ... <title>Async Cookies: document.cookie</title>gt; (Static; HTTPS)</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: 'testMetaHttpEquivSetCookie'});
</script>
back to top