https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1ae646cd116c74f2f997d276161e81b29b27b508 authored by kritisingh1 on 15 March 2018, 19:04:07 UTC
removed wrappedJSObject from testharness_marionette_resume.js
Tip revision: 1ae646c
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