diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-08-21 17:46:44 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-08-21 18:40:37 +0200 |
commit | f235d49372ba86d6d01530fe1b9ebdf8bea74468 (patch) | |
tree | 13d3535ee53fcae1b8d61265e3d97adb00dd60eb /tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht | |
parent | 7c45ff8e05a6ebd21f9aa5c360e997a01d48b1fc (diff) | |
download | servo-f235d49372ba86d6d01530fe1b9ebdf8bea74468.tar.gz servo-f235d49372ba86d6d01530fe1b9ebdf8bea74468.zip |
Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0
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; } |