servo/tests/wpt/meta/html/rendering/widgets/field-sizing-input-number.html.ini
Jo Steven Novaryo 6cd8578f8b
dom: Textual Input UA Shadow Dom (#37527)
Depend on: 
- https://github.com/servo/servo/pull/37427
- https://github.com/servo/servo/pull/37483

Utilize input `type=text` for the display of all textual input. In
which, consist of
https://html.spec.whatwg.org/#the-input-element-as-a-text-entry-widget
and
https://html.spec.whatwg.org/#the-input-element-as-domain-specific-widgets
inputs.

For `password`, `url`, `tel`, and, `email` input, the appearance of
input container is exactly the same as the `text` input. Other types of
textual input simply extends `text` input by adding extra components
inside the container.

Testing: Servo textual input appearance WPT.

---------

Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
Signed-off-by: Jo Steven Novaryo <jo.steven.novaryo@huawei.com>
2025-07-25 04:38:14 +00:00

18 lines
437 B
INI
Vendored

[field-sizing-input-number.html]
[number: Empty value]
expected: FAIL
[number: Auto width and auto height with a long text]
expected: FAIL
[number: Explicit height and auto width]
expected: FAIL
[number: Text caret is shorter than the placeholder]
expected: FAIL
[number: Update field-sizing property dynamically]
expected: FAIL
[number: Text caret is taller than the placeholder]
expected: FAIL