LibWeb: Use correct value when parsing datetime-local input type

This commit is contained in:
Tim Ledbetter 2024-09-10 10:43:22 +01:00 committed by Tim Ledbetter
commit eb4e40bc49
Notes: github-actions[bot] 2024-09-10 15:14:13 +00:00
3 changed files with 24 additions and 24 deletions

View file

@ -33,7 +33,7 @@ date did not throw: NaN
month did not throw: NaN
week did not throw: NaN
time did not throw: NaN
datetime-local threw exception: InvalidStateError: valueAsNumber: Invalid input type used
datetime-local did not throw: NaN
number did not throw: 100
range did not throw: 100
color threw exception: InvalidStateError: valueAsNumber: Invalid input type used