blob: 2f2c3ea8d34b9dfaf8bbc6b12acc304a4beb791d (
plain)
1
2
3
4
5
6
7
8
|
// 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.`);
|