blob: fafe79ad57028a4e6505b8d6e6801a6525a2adf7 [file] [log] [blame]
<!doctype html>
<meta charset="utf-8">
<title>Async Cookies: IDL tests</title>
<link rel="help" href="https://github.com/WICG/cookie-store"/>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>
<script src="/resources/idlharness.js"></script>
<script>
'use strict';
idl_test(
['cookie-store'],
['SVG', 'service-workers', 'uievents', 'html', 'dom'],
idl_array => {
idl_array.add_objects({
CookieStore: ['cookieStore'],
CookieChangeEvent: ['new CookieChangeEvent("change")'],
});
}
);
</script>