serenity/Tests
Andreas Kling 303ec1c8a3 LibWeb: Don't let input element placeholders influence line-height
Before this change, we transferred the input element's line-height to
both the editable text *and* the placeholder. This caused some strange
doubling of the effective line-height when the editable text was empty,
pushing down the placeholder.

(cherry picked from commit 13ba491924c4fc3831d5a8986673d832a721f545;
amended some slighly different horizontal sizes in the expectations
file. Maybe due to serenity not using harfbuzz for shaping, or due
to not have another earlier change yet. If it's the latter, this will
fix itself when that's brought in.)
2024-11-23 23:48:34 -05:00
..
AK AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-11-18 20:22:45 -05:00
ClangPlugins
JSSpecCompiler
Kernel Kernel/FATFS: Fix an off-by-one in create_sfn_from_lfn 2024-11-20 20:47:46 -05:00
LibAudio
LibC
LibCompress
LibCore Tests: Remove unused Kernel/ include 2024-11-04 21:47:15 -05:00
LibCpp
LibCrypto LibCrypto: Implement and test HKDF 2024-11-12 07:14:25 -05:00
LibDeviceTree
LibDiff
LibEDID
LibELF
LibGfx LibGfx: Fix crash when calling draw_triangle_wave() offscreen 2024-11-16 15:42:14 -05:00
LibGL
LibGLSL
LibHTTP
LibIMAP
LibJS
LibLocale
LibMarkdown
LibMedia
LibPDF Tests: Add some dashed paths to paths.pdf 2024-11-07 09:12:13 -05:00
LibRegex LibRegex: Avoid generating ForkJumps when jumping to the next alt block 2024-11-18 13:21:10 -05:00
LibSemVer
LibShell
LibSQL
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode LibUnicode+LibWeb: Rework bidirectional_class() API a bit 2024-11-23 19:24:11 -05:00
LibURL LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-11-21 17:47:14 -05:00
LibWasm LibWasm+LibWeb+test-wasm: Refcount Wasm::Module for function references 2024-11-13 10:17:34 -05:00
LibWeb LibWeb: Don't let input element placeholders influence line-height 2024-11-23 23:48:34 -05:00
LibWebView
LibXML LibXML: Read code points when parsing names 2024-11-12 04:25:50 -05:00
Spreadsheet
Utilities
CMakeLists.txt