summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html')
-rw-r--r--testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html b/testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html
new file mode 100644
index 0000000000..9eea350de4
--- /dev/null
+++ b/testing/web-platform/tests/document-policy/font-display/report-only-auto.tentative.html
@@ -0,0 +1,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>