ladybird/Tests/LibWeb/Text/expected/select.txt
Tim Ledbetter 6218f1a609 LibWeb: Limit HTMLSelectElement.size to allowed values
This change ensures that the correct default value of 0 is used and
that values greater than 2147483647 will fall back to the default value.

It also splits the display size concept into a separate method, as
this isn't supposed to be used when getting the IDL property.
2024-11-29 13:30:57 +01:00

17 lines
125 B
Text

1. "one"
2. 0
3. "two"
4. 3
5. "three"
6. "Three"
7. 45
8. 0
9. 0
10. 3
11. 999
12. 10
13. 10
14. "5 5"
15. 8
16. 10
17. "2"