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
no_name_equals_in_value_static.tentative.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: Test No Name, '=' in Value (Static)</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