mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
LibWeb: Add input element valueAsDate property
This commit is contained in:
parent
be511fdcf7
commit
cf69fd0a09
10 changed files with 314 additions and 9 deletions
14
Tests/LibWeb/Text/expected/input-date.txt
Normal file
14
Tests/LibWeb/Text/expected/input-date.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
1. "2023-12-11T00:00:00.000Z"
|
||||
2. null
|
||||
3. "1970-01-01T19:46:00.000Z"
|
||||
4. "1970-01-01T19:46:19.000Z"
|
||||
5. null
|
||||
6. "1970-01-01"
|
||||
7. "2023-12-11"
|
||||
8. Exception: TypeError
|
||||
9. ""
|
||||
10. "18:47:37"
|
||||
11. "18:47:37.100"
|
||||
12. "18:47:37.864"
|
||||
13. Exception: TypeError
|
||||
14. ""
|
Loading…
Add table
Add a link
Reference in a new issue