From b6b3856cfd73a09e339e9bb53c1e1f2432ffb13a Mon Sep 17 00:00:00 2001 From: Sam Sneddon Date: Sat, 23 Jul 2022 17:19:38 +0100 Subject: [PATCH] fixup! Add a few tests for whether CSS subresources are critical --- .../subresource-criticality.tentative/background-image.html | 2 +- .../subresource-criticality.tentative/font-face-unused.html | 2 +- .../subresource-criticality.tentative/font-face-used.html | 2 +- css/css-values/subresource-criticality.tentative/import.html | 2 +- .../subresource-criticality.tentative/list-style-image.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/css-values/subresource-criticality.tentative/background-image.html b/css/css-values/subresource-criticality.tentative/background-image.html index 32753de4c735898..8a6932e1c28c165 100644 --- a/css/css-values/subresource-criticality.tentative/background-image.html +++ b/css/css-values/subresource-criticality.tentative/background-image.html @@ -8,7 +8,7 @@ #foo { width: 100px; height: 100px; - background: url("/images/blue.png?pipe=trickle(d5)"); + background: url("/images/blue.png?pipe=trickle(d1)"); }
XXX