https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f9e3995a8d4d43f6ae0f1949f8615d2dfcdb7f66 authored by Sandra Sun on 28 March 2018, 01:57:21 UTC
Implement snapping for scroll with intended direction and end position.
Tip revision: f9e3995
no_name_multiple_values.tentative.html
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>Async Cookies: Test No Name, Multiple Values</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: 'testNoNameMultipleValues'});
</script>
back to top