summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html
blob: 9eea350de43d3f590db2e7e67f97f3d80fe73507 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>Test for font-display-late-swap document policy with font display value 'auto'</title>
<link rel="help" href="https://github.com/w3c/webappsec-permissions-policy/blob/master/policies/font-display-late-swap.md">
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<script src='resources/font-display-reporting-helper.js'></script>
<script>
  testFontDisplayPolicyReportOnlyGenerated('auto');
</script>