mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'797e75946c24d0625f04247b16d33c26d4ada273'
This commit is contained in:
parent
4339b3bab4
commit
44e249bebb
414 changed files with 12588 additions and 11565 deletions
|
@ -143,4 +143,8 @@ test_math_used('rem(-18px,100% / 15)', '-3px');
|
|||
test_math_used('rem(18vw,5vw)', '3vw');
|
||||
test_math_used('rem(-18vw,5vw)', '-3vw');
|
||||
|
||||
test_math_used('calc(round(1px + 0%, 1px + 0%))', '1px');
|
||||
test_math_used('calc(mod(1px + 0%, 1px + 0%))', '0px');
|
||||
test_math_used('calc(rem(1px + 0%, 1px + 0%))', '0px');
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue