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

This commit is contained in:
Shannon Booth
2025-02-23 23:34:06 +13:00
committed by Andreas Kling
parent 12a07b4fad
commit 9585c6c0c7
Notes: github-actions[bot] 2025-02-26 10:50:33 +00:00
5 changed files with 108 additions and 29 deletions

View File

@@ -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