mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'3ee7ccc2abbbc8d8f6efbb45f80bffdb3c0c76ba'
This commit is contained in:
parent
111363d338
commit
2ebdfcea9d
630 changed files with 8297 additions and 4979 deletions
|
@ -15,6 +15,7 @@ function test_serialization(t,s, {prop="animationDuration"}={}) {
|
|||
var test_map = {
|
||||
"1s * NaN" :"calc(NaN * 1s)",
|
||||
"1s * nan" :"calc(NaN * 1s)",
|
||||
"1ms * NaN" :"calc(NaN * 1s)",
|
||||
"1s * infinity / infinity" :"calc(NaN * 1s)",
|
||||
"1s * 0 * infinity" :"calc(NaN * 1s)",
|
||||
"1s * (infinity + -infinity)" :"calc(NaN * 1s)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue