ladybird/Tests/LibWeb/Text/input/hit_testing
Jelle Raaijmakers 71665fa504 LibWeb: Scale font size by 1.15 for line-height: normal
Browsers such as Chrome and Firefox apply an arbitrary scale to the
current font size if `normal` is used for `line-height`. Firefox uses
1.2 while Chrome uses 1.15. Let's go with the latter for now, it's
relatively easy to change if we ever want to go back on that decision.

This also requires updating the expectations for a lot of layout tests.
The upside of this is that it's a bit easier to compare our layout
results to other browsers', especially Chrome.
2025-05-05 13:15:56 +02:00
..
basic.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
block-element-inside-inline-element.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
box-outside-of-abspos-containing-block-border-rect.html LibWeb: Always check paintable boxes children during hit-testing 2024-03-05 15:43:17 +01:00
button.html LibWeb: Fix hit-testing for button element 2024-02-13 14:22:14 +01:00
click-outside-of-box-with-hidden-overflow.html Meta: Add DOCTYPEs to text tests that need rebaselining after 2025-03-20 11:50:49 +01:00
click-outside-of-box-with-lines-and-hidden-overflow.html Meta: Add DOCTYPEs to text tests that need rebaselining after 2025-03-20 11:50:49 +01:00
css-transforms.html LibWeb: Transform PaintableBox::hit_test positions 2024-11-23 22:06:32 +01:00
float-with-inline-sibling-after.html LibWeb: Skip out-of-flow boxes when wrapping inlines in anonymous block 2023-12-11 13:19:12 +01:00
grid.html LibWeb: Treat grid item as it creates stacking context during painting 2023-08-22 11:33:24 +02:00
hit-testing-an-xml-svg-should-not-crash.svg LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone() 2025-03-18 20:09:46 +01:00
inline-stacking-context.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
nested-inline-paintables.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
open-details-by-clicking-on-triangle.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
overflow-hidden-wrapped-into-css-translate.html LibWeb: Fix hit-testing by excluding CSS transform from clip rect check 2024-02-22 07:36:20 +01:00
overflow-scroll.html LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
pointer-events-no-parent-extension.html Meta: Add DOCTYPEs to text tests that need rebaselining after 2025-03-20 11:50:49 +01:00
pointer-events.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
positioned-z-index-0-and-floats.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
stacking-context-inside-scrollable-box.html LibWeb: Adjust stacking context position by scroll offset in hit-testing 2024-08-07 18:14:41 +02:00
svg-path.html LibWeb: Add hit-testing test for SVG path 2024-02-14 06:56:22 +01:00
text.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00