mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This commit brings the way we parse time inputs closer to the spec by no longer ignoring milliseconds in time strings.
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
Parsed invalid as NaN
|
|
Parsed xx:34:56 as NaN
|
|
Parsed 12:xx:56 as NaN
|
|
Parsed 12:34:xx as NaN
|
|
Parsed 12:34:60 as NaN
|
|
PASS (didn't crash)
|