Revision e6cc3590770897476a7687e01fa3e570e36afb23 authored by Rouslan Solomakhin on 28 March 2018, 13:37:44 UTC, committed by GitHub on 28 March 2018, 13:37:44 UTC
2 parent s 2f758ac + 67ae39c
Raw File
no_name_equals_in_value.tentative.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: Test No Name, '=' in Value (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: 'testNoNameEqualsInValue'});
</script>
back to top