LibWeb/HTML: Implement <input> element valueAsNumber for 'month'

This commit is contained in:
Shannon Booth 2025-02-07 14:27:21 +13:00 committed by Sam Atkins
commit 6c2ad49ed2
Notes: github-actions[bot] 2025-02-22 19:11:04 +00:00
5 changed files with 109 additions and 8 deletions

View file

@ -32,7 +32,7 @@ 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
month did not throw: NaN
month did not throw: 100
week did not throw: NaN
time did not throw: NaN
datetime-local did not throw: NaN