diff --git a/tests/wpt/mozilla/tests/mozilla/calc.html b/tests/wpt/mozilla/tests/mozilla/calc.html index c0ad739b64c..59903490fd4 100644 --- a/tests/wpt/mozilla/tests/mozilla/calc.html +++ b/tests/wpt/mozilla/tests/mozilla/calc.html @@ -125,7 +125,7 @@ var numberProperties = [ numberProperties.forEach(function(prop) { test(function() { div.style.setProperty(prop, 'calc(1)'); - assert_equals(div.style.getPropertyValue(prop), '1'); + assert_equals(div.style.getPropertyValue(prop), 'calc(1)'); }, 'calc for ' + prop); });