diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht index 8e149f24377..eafcb6bb289 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht @@ -5,7 +5,7 @@ --><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test: Test using variables in overlapping shorthands.</title> <link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> <link href="http://www.w3.org/TR/css-variables-1/#variables-in-shorthands" rel="help" /> -<link href="reference/variable-declaration-59-ref.xht" rel="match" /> +<link href="reference/variable-reference-38-ref.xht" rel="match" /> <style> p { padding-left: 1em; } #a { --style: solid; --left: black dotted; border-style: var(--style); border-left: var(--left); border-top: none; border-right: none; border-bottom: none; } |