ladybird/Tests/LibWeb/Text
Khaled Lakehal 2f51e9a98e LibWeb/HTML: Use default input size (20) when value is 0
According to the HTML specification, the `size` attribute of an input
element must be a valid non-negative integer greater than zero. If the
value is invalid or set to `0`, the default size of `20` should be used.

This small change fixes one issue identified in
https://wpt.live/html/rendering/widgets/input-text-size.html
The WPT test suite was also automatically imported.
2024-11-26 10:01:57 +00:00
..
data LibWeb: Get Page from principal realm during resource loading 2024-11-24 15:29:47 -07:00
expected LibWeb/HTML: Use default input size (20) when value is 0 2024-11-26 10:01:57 +00:00
input LibWeb/HTML: Use default input size (20) when value is 0 2024-11-26 10:01:57 +00:00