serenity/Tests
Andi Gallo 2c4908094c LibWeb: Don't subtract border from used table width
The used width is already a content width, which doesn't include
borders. Border widths should be subtracted from the specified width
instead, since that initially specifies the total width including
borders, for consistent comparison. Also handle table box padding as an
additional fix.
2023-06-25 08:13:04 +02:00
..
AK AK: Add URLParser relative file URL test 2023-06-18 15:16:08 +02:00
Kernel Tests/Kernel: Do not build TestEFault on AArch64 2023-05-28 05:05:09 -06:00
LibAudio
LibC Tests: Un-flake the recent TestEnvironment addition 2023-06-06 12:20:38 +02:00
LibCompress
LibCore LibCore: Drop TestLibCoreIODevice 2023-05-27 07:16:01 +02:00
LibCpp
LibCrypto
LibEDID
LibELF
LibGfx Tests: Add test for webp with color index transform and alpha_used=false 2023-06-20 11:35:03 +02:00
LibGL
LibIMAP
LibJS LibJS: Do not fail a test if the flags list is empty 2023-06-23 17:31:48 +02:00
LibLocale
LibMarkdown
LibPDF
LibRegex LibRegex: Bail parsing class set characters upon early EOF 2023-06-23 20:22:45 +02:00
LibSQL LibSQL: Prevent writing to free heap blocks 2023-06-13 16:33:42 -04:00
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibVideo
LibWasm
LibWeb LibWeb: Don't subtract border from used table width 2023-06-25 08:13:04 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt