LibWeb/HTML: Implement valueAsNumber for 'time' input type

This commit is contained in:
Shannon Booth 2025-03-06 15:35:27 +13:00 committed by Tim Flynn
commit 21d26c5c3e
Notes: github-actions[bot] 2025-03-06 14:02:13 +00:00
3 changed files with 9 additions and 6 deletions

View file

@ -34,7 +34,7 @@ password threw exception: InvalidStateError: valueAsNumber: Invalid input type u
date did not throw: 0
month did not throw: 100
week did not throw: 345600000
time did not throw: NaN
time did not throw: 0
datetime-local did not throw: NaN
color threw exception: InvalidStateError: valueAsNumber: Invalid input type used
checkbox threw exception: InvalidStateError: valueAsNumber: Invalid input type used