mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'5656a2f4653b5894c500b724778009ca9a26e48c'
This commit is contained in:
parent
cc6026d81e
commit
41d386c907
861 changed files with 3963 additions and 1531 deletions
|
@ -38,9 +38,9 @@ test(() => {
|
|||
root.append(template.content.cloneNode(true));
|
||||
let inside = root.querySelector('#inside');
|
||||
assert_equals(getComputedStyle(outside).getPropertyValue('--x'), '2px');
|
||||
assert_equals(getComputedStyle(outside).getPropertyValue('--y'), ' calc(1px + 1px)');
|
||||
assert_equals(getComputedStyle(outside).getPropertyValue('--y'), 'calc(1px + 1px)');
|
||||
assert_equals(getComputedStyle(inside).getPropertyValue('--x'), '2px');
|
||||
assert_equals(getComputedStyle(inside).getPropertyValue('--y'), ' calc(1px + 1px)');
|
||||
assert_equals(getComputedStyle(inside).getPropertyValue('--y'), 'calc(1px + 1px)');
|
||||
}, '@property rules in shadow trees should have no effect');
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue