servo/tests/wpt/meta/html/rendering/replaced-elements
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
..
attributes-for-embedded-content-and-images dom: Textual Input UA Shadow Dom (#37527) 2025-07-25 04:38:14 +00:00
embedded-content Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869) 2025-03-09 01:39:16 +00:00
embedded-content-rendering-rules layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
images Fix testharnessreport-servo.js to stop polluting with global variables (#37817) 2025-07-02 00:04:43 +00:00
svg-embedded-sizing Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
svg-inline-sizing Enable dom_svg_enabled on all tests (#36475) 2025-04-11 18:46:00 +00:00
the-option-element Support single-value <select> elements (#35684) 2025-04-03 12:11:55 +00:00
the-select-element Sync WPT with upstream (08-06-2025) (#37326) 2025-06-08 01:44:37 +00:00