summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-06-05Tests/LibWeb: Add some text tests for 'parsing a legacy color value'Shannon Booth
2023-06-04LibWeb: Account for negative margins when calculating float intrusionAndreas Kling
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-02LibWeb: Fix crashing when grid track size is calc() with percentageAliaksandr Kalenik
2023-06-02LibWeb: Bounds-check parsed CSS typesSam Atkins
2023-06-02LibWeb: Support flex items with calc() main size containing percentagesAndreas Kling
2023-06-02LibWeb: Avoid text-aligning content that is too long for its line boxFalseHonesty
2023-06-01LibC+Tests: Reduce fuzz iteration in TestMemalign to speed up CIBen Wiederhake
2023-06-01LibWeb: Round lengths to 3 decimals after resolving from percentageAndreas Kling
2023-06-01WebP/Lossy: Clamp negative quantization indices to zeroNico Weber
2023-06-01LibWeb: Allow infinitely long flex lines when sizing under max-contentAndreas Kling
2023-06-01LibWeb: Measure the overflow for all scroll containersAndreas Kling
2023-06-01LibWeb: Support `line-height: calc(...)` values that resolve to numberAndreas Kling
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-06-01Tests/LibWeb: Import my test rebaselining scriptAndreas Kling
2023-05-31WebP/Lossy: Add support for images with more than one partitionNico Weber
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-30LibWeb/Tests: Add missing newline in inset-shorthand-property.txtSimon Wanner
2023-05-30WebP/Lossy: Use correct test image for coefficient skippingNico Weber
2023-05-30LibWeb: Make 'optional BufferSource' IDL arguments actually optionalAli Mohammad Pur
2023-05-30LibWeb: Set margin, padding and border for replaced boxesAndi Gallo
2023-05-30WebP/Lossy: Add test for lossy webp with uncompressed alphaNico Weber
2023-05-30WebP/Lossy: Add an additional test caseNico Weber
2023-05-30LibWeb: Add support for parsing 'inset' shorthand CSS propertyFalseHonesty
2023-05-29LibWeb: Output names of inner table boxes in layout dumpAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableCellBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowGroupBoxAliaksandr Kalenik
2023-05-29LibWeb: Support `min-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Support `max-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29WebP/Lossy: Add some basic testsNico Weber
2023-05-29LibWeb: Remove Layout::TableBoxAliaksandr Kalenik
2023-05-29AK: Correctly calculate size of the last AllocatingMemoryStream chunkTim Schumacher
2023-05-29AK: Handle empty trailing chunks in `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-05-29AK: Expose `AllocatingMemoryStream::CHUNK_SIZE`Tim Schumacher
2023-05-28Tests/LibWeb: Use the include.js helper in "basic.html"Andreas Kling
2023-05-28LibWeb: Wrap child text sequences of grid container in anonymous blocksAliaksandr Kalenik
2023-05-28LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFCAliaksandr Kalenik
2023-05-28LibWeb: Support reverse flex layout with space-around/space-betweenAndreas Kling
2023-05-28Tests/Kernel: Do not build TestEFault on AArch64Daniel Bertalan
2023-05-28LibWeb: Skip children based on media when updating the source setAndi Gallo
2023-05-27LibWeb: Make resolved serialization of CSS `display` prefer short formAndreas Kling
2023-05-27LibWeb: Unit tests for min/max-inline-sizeKarthik Karanth
2023-05-27Ladybird+Tests/LibWeb: Add very basic text-only test harnessAndreas Kling
2023-05-27AK+Everywhere: Don't crash on invalid monthsBen Wiederhake
2023-05-27AK: Fix signed overflow in unix time parts parsingBen Wiederhake
2023-05-27AK: Test from_unix_time_parts intensivelyBen Wiederhake
2023-05-27LibCore: Drop TestLibCoreIODeviceBen Wiederhake
2023-05-27LibWeb: Accept fit-content as a value for min-width and max-widthAndreas Kling
2023-05-27LibWeb: Support fit-content width for block-level boxesAndreas Kling