ladybird/Tests/LibWeb
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
..
Assets LibWeb: Check if navigable has active window before navigating 2025-02-28 23:15:35 +01:00
Crash LibWeb: Don't crash when interpolating non <number> scale values 2025-04-28 11:46:34 +02:00
Fixtures
Layout LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
Ref Tests: Import some URL-related WPT tests 2025-05-03 23:22:40 +01:00
Screenshot LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
Text LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
add_libweb_test.py LibWeb: Update add_libweb_test.py to support Screenshot, Ref, and Layout 2025-01-13 14:25:26 +00:00
CMakeLists.txt LibWeb+LibGC: Import GC swift module into LibWeb and an initial user 2025-04-03 16:47:48 -06:00
TestConfig.ini LibGfx: Only include frames with fcTL chunks in the animation 2025-05-01 10:30:00 +02:00
TestCSSIDSpeed.cpp
TestCSSInheritedProperty.cpp
TestCSSPixels.cpp
TestCSSTokenStream.cpp
TestFetchInfrastructure.cpp
TestFetchURL.cpp Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
TestHTMLTokenizer.cpp LibWeb: Fix hex character references accepting all alphabetic ASCII 2025-01-07 00:43:41 +01:00
TestHTMLTokenizerSwift.swift
TestLibWebSwiftBindings.swift
TestMicrosyntax.cpp
TestMimeSniff.cpp
TestNumbers.cpp
tokenizer-test.html