mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb/HTML: Implement valueAsNumber for 'time' input type
This commit is contained in:
Notes:
github-actions[bot]
2025-03-06 14:02:13 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/21d26c5c3ee Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3830
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user