ladybird/Userland
Andreas Kling 42538b5375 LibWeb: Fix bogus inline-block check in line box layout
When checking if a line box fragment "isn't just dumb inline content",
we were checking "is replaced or inline-block". What we really need to
be checking is "is replaced or inline-outside-but-not-flow-inside".
So now we check that.

This fixes an issue where inline-flex boxes were given incorrect extra
height due to being treated as regular text for purposes of line height
calculation.
2022-10-14 19:50:14 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications HexEditor: Render selection background without gaps between rows 2022-10-14 16:24:51 +01:00
Demos CatDog: Make it always on top 2022-10-13 12:37:54 +01:00
DevTools AK+Userland: Stub out code that isn't currently implemented on AARCH64 2022-10-14 13:01:13 +02:00
DynamicLoader Tests+Userland: Implement AARCH64 support for some inline assembly blobs 2022-10-14 13:01:13 +02:00
Games Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Libraries LibWeb: Fix bogus inline-block check in line box layout 2022-10-14 19:50:14 +02:00
Services WindowServer: Avoid window nullptr exception 2022-10-14 11:42:36 +02:00
Shell Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
Utilities uname: Report system revision version aka git commit hash 2022-10-14 13:45:33 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00