From b1587615b8dd6a83aafe5d876fb791bf3949ce79 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 19 Mar 2024 17:35:21 +0000 Subject: [PATCH] Test the supported values of (#45200) * Test the supported values of The supported values are: image, fetch, font, script, style, json, track Unsupported values: - video, audio (streamed with range requests) - object, iframe, worklet, worker (not subresources) - any unknown value * Remove spurious things * Use step_timeout --- preload/supported-as-values.html | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 preload/supported-as-values.html diff --git a/preload/supported-as-values.html b/preload/supported-as-values.html new file mode 100644 index 000000000000000..1e13445053bf93b --- /dev/null +++ b/preload/supported-as-values.html @@ -0,0 +1,44 @@ + + +Test the supported value for <link rel=preload as="..."> + + + + + + + + + + + + + + + + + + + + + + +