mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision b'421155a1c8752a36b465e62f466b18f821190e08'
This commit is contained in:
parent
871cefc926
commit
fd56698ec7
722 changed files with 19686 additions and 8130 deletions
|
@ -27,7 +27,9 @@ test(function() {
|
|||
// Nothing registered yet, whatever you specify works
|
||||
assert_equals(computedStyle.getPropertyValue('--length'), '10px');
|
||||
assert_equals(computedStyle.getPropertyValue('--color'), 'red');
|
||||
}, "Initially unregistered values from stylesheet");
|
||||
|
||||
test(function() {
|
||||
inlineStyle.setProperty('--length', '5');
|
||||
inlineStyle.setProperty('--color', 'hello');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue