mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
We should calculate whether we need to truncate text with an ellipsis exclusive of any trailing collapsible whitespace. This was causing issues where an inline element was automatically sized (e.g. min-content) as we would calculate available width exclusive of trailing collapsible whitespace and then our text chunk would be wider, always inserting an ellipsis. Fixes the visual element of #4048 but we still are incorrect in how we collapse whitespace more generally |
||
|---|---|---|
| .. | ||
| Assets | ||
| Crash | ||
| Fixtures | ||
| Layout | ||
| Ref | ||
| Screenshot | ||
| test-web | ||
| Text | ||
| add_libweb_test.py | ||
| CMakeLists.txt | ||
| TestConfig.ini | ||
| TestCSSIDSpeed.cpp | ||
| TestCSSInheritedProperty.cpp | ||
| TestCSSPixels.cpp | ||
| TestCSSSyntaxParser.cpp | ||
| TestCSSTokenStream.cpp | ||
| TestFetchInfrastructure.cpp | ||
| TestFetchURL.cpp | ||
| TestHTMLTokenizer.cpp | ||
| TestHTMLTokenizerSwift.swift | ||
| TestLibWebSwiftBindings.swift | ||
| TestMicrosyntax.cpp | ||
| TestMimeSniff.cpp | ||
| TestNumbers.cpp | ||
| TestStrings.cpp | ||
| tokenizer-test.html | ||