mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 2be2d7e3abcde5baded3448b85d0bb88e58d3cf7
This commit is contained in:
parent
c9c5f8b9e5
commit
5a55ae1b13
377 changed files with 9772 additions and 15950 deletions
|
@ -38,4 +38,8 @@ test_number_equals('calc(max(0.1, 0.2) * 2)', '0.4');
|
|||
test_number_equals('calc(max(0.1, 0.2) / 2)', '0.1');
|
||||
test_number_equals('calc(min(0.1, 0.2) + max(0.1, 0.05))', '0.2');
|
||||
test_number_equals('calc(min(0.1, 0.2) - max(0.1, 0.05))', '0');
|
||||
|
||||
// Mixing floats and integers
|
||||
test_number_equals('min(0, 0.5)', '0');
|
||||
test_number_equals('max(0, 0.5)', '0.5');
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue