Revision 27b759e2d99020a09911d252c953777ae150e381 authored by L. David Baron on 10 March 2018, 00:05:20 UTC, committed by Geoffrey Sneddon on 12 March 2018, 16:49:06 UTC
1 parent a94171a
Raw File
observation.tentative.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: Test Observation (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: 'testObservation'});
</script>
back to top