servo/components/layout/flow
Euclid Ye f60e9cdff5
layout: capitalize string for TextTransformCase::Capitalize in fn rendered_text_collection_steps (#37486)
Previously, `rendered_text_collection_steps` ignores
`TextTransformCase::Capitalize` due to limitation of iterator. Now we
handle the case outside.

Testing: Added a new test as not covered by existing wpt-test, except
for the indirectly related WebDriver test.
`./mach test-wpt -r
tests\wpt\tests\webdriver\tests\classic\get_element_text\get.py
--product servodriver`

Fixes: #37469

---------

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
2025-06-16 14:12:07 +00:00
..
inline layout: capitalize string for TextTransformCase::Capitalize in fn rendered_text_collection_steps (#37486) 2025-06-16 14:12:07 +00:00
construct.rs Move to_bidi_level method from Stylo to Servo (#37343) 2025-06-11 14:44:13 +00:00
float.rs layout: Move text decoration propagation to stacking context tree construction (#37069) 2025-05-21 16:38:29 +00:00
mod.rs layout: Floor free space by 0 in solve_inline_margins_avoiding_floats() (#37362) 2025-06-10 09:05:09 +00:00
root.rs Layout: refactor the box tree update logic for better readability (#37390) 2025-06-13 08:42:59 +00:00