mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -87,8 +87,8 @@ test_minus_zero("round(to-zero, -5, -infinity)");
|
|||
// 'up': pos goes to +inf, 0+ goes to 0+, else 0-
|
||||
test_plus_infinity("round(up, 1, infinity)");
|
||||
test_plus_zero("round(up, 0, infinity)");
|
||||
test_minus_zero("round(up, -1 * 0, infinity");
|
||||
test_minus_zero("round(up, -1, infinity");
|
||||
test_minus_zero("round(up, -1 * 0, infinity)");
|
||||
test_minus_zero("round(up, -1, infinity)");
|
||||
// 'down': neg goes to -inf, -0 goes to -0, else 0+
|
||||
test_minus_infinity("round(down, -1, infinity)");
|
||||
test_minus_zero("round(down, -1 * 0, infinity)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue