diff options
Diffstat (limited to 'testing/web-platform/tests/client-hints/resources/accept-ch-mixed.html')
-rw-r--r-- | testing/web-platform/tests/client-hints/resources/accept-ch-mixed.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/client-hints/resources/accept-ch-mixed.html b/testing/web-platform/tests/client-hints/resources/accept-ch-mixed.html new file mode 100644 index 0000000000..bf604dffee --- /dev/null +++ b/testing/web-platform/tests/client-hints/resources/accept-ch-mixed.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + +<!-- An empty webpage whose response headers include empty and full +Accept-CH headers. Fetching this webpage should cause +the hint cache to be dropped.--> + +</body> +</html> |