mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb/HTML: Implement valueAsNumber for 'time' input type
This commit is contained in:
parent
4bd4d777eb
commit
21d26c5c3e
Notes:
github-actions[bot]
2025-03-06 14:02:13 +00:00
Author: https://github.com/shannonbooth
Commit: 21d26c5c3e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3830
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue