aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html b/tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html
index 716c28c1606..cb894e57f2d 100644
--- a/tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html
+++ b/tests/wpt/web-platform-tests/css/css-paint-api/style-background-image.https.html
@@ -43,7 +43,7 @@ registerPaint('geometry', class {
ctx.strokeStyle = 'green';
if (serializedStrings[0] != "--bar: [null]")
ctx.strokeStyle = 'red';
- if (serializedStrings[1] != "--foo: [CSSStyleValue= bar]")
+ if (serializedStrings[1] != "--foo: [CSSUnparsedValue= bar]")
ctx.strokeStyle = 'blue';
if (serializedStrings[2] != "align-items: [CSSKeywordValue=normal]")
ctx.strokeStyle = 'yellow';