mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb/HTML: Implement valueAsNumber for 'date' input type
This commit is contained in:
committed by
Andreas Kling
parent
12a07b4fad
commit
9585c6c0c7
Notes:
github-actions[bot]
2025-02-26 10:50:33 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/9585c6c0c78 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3701
@@ -31,7 +31,7 @@ tel threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
url threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
email threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
password threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
date did not throw: NaN
|
||||
date did not throw: 0
|
||||
month did not throw: 100
|
||||
week did not throw: 345600000
|
||||
time did not throw: NaN
|
||||
|
||||
Reference in New Issue
Block a user