mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fixup invalid test.
This commit is contained in:
parent
3ab6a20c85
commit
c654c05884
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ var numberProperties = [
|
||||||
numberProperties.forEach(function(prop) {
|
numberProperties.forEach(function(prop) {
|
||||||
test(function() {
|
test(function() {
|
||||||
div.style.setProperty(prop, 'calc(1)');
|
div.style.setProperty(prop, 'calc(1)');
|
||||||
assert_equals(div.style.getPropertyValue(prop), '1');
|
assert_equals(div.style.getPropertyValue(prop), 'calc(1)');
|
||||||
}, 'calc for ' + prop);
|
}, 'calc for ' + prop);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue