mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 18:41:53 +00:00
This commit brings the way we parse time inputs closer to the spec by no longer ignoring milliseconds in time strings.
6 lines
134 B
Text
6 lines
134 B
Text
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)
|