Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

  • This test has a WPT meta file that expects 1 subtest issues.
  • This WPT test may be referenced by the following Test IDs:
// META: title=The feature list should advertise deferred-fetch
'use strict';
test(() => {
assert_in_array('deferred-fetch', document.featurePolicy.features());
}, 'document.featurePolicy.features should advertise deferred-fetch.');