blob: 2f2c3ea8d34b9dfaf8bbc6b12acc304a4beb791d [file] [log] [blame] [edit]
// META: script=/resources/testharness.js
// META: script=/resources/testharnessreport.js
'use strict';
test(() => {
assert_false(window.hasOwnProperty('fetchLater'));
}, `fetchLater() is not supported in non-secure context.`);