1
0
Fork 0
firefox/testing/web-platform/meta/html/dom/render-blocking/non-render-blocking-scripts.optional.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
695 B
INI

[non-render-blocking-scripts.optional.html]
[parser-inserted async script is not implicitly render-blocking]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
[parser-inserted defer script is not implicitly render-blocking]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
[parser-inserted module script is not implicitly render-blocking]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
[parser-inserted async module script is not implicitly render-blocking]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]