Skip to content

Commit

Permalink
Fixup invalid test.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Mar 27, 2017
1 parent 3ab6a20 commit c654c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/tests/mozilla/calc.html
Expand Up @@ -125,7 +125,7 @@
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);
});

Expand Down

0 comments on commit c654c05

Please sign in to comment.