summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-04-09Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL`Tim Schumacher
2023-04-09LibGfx: Correctly decode webp lossless with small palette and odd widthNico Weber
2023-04-08Tests: Add webp lossless test with color index and < 16 colorsNico Weber
2023-04-08Tests: Add test for lossless webp file using a color indexing tranformNico Weber
2023-04-07Tests: Add another test for webp lossless decodingNico Weber
2023-04-07LibWeb: Use max-width property in table formattingmartinfalisse
2023-04-07LibWeb: Add table formatting testsmartinfalisse
2023-04-07LibWeb: Move table tests to their own foldermartinfalisse
2023-04-07LibWeb: Don't put abspos grid/flex items in anonymous wrapperAndreas Kling
2023-04-06AK: Add FlyString::is_one_of for variadic string comparisonKenneth Myhra
2023-04-06LibWeb: Ignore preferred width when calculating intrinsic width of blockAndreas Kling
2023-04-06Tests/LibWeb: Move block & inline layout tests into own directoryAndreas Kling
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-05Tests: Add test for webp lossless decodingNico Weber
2023-04-03LibTLS: Refactor CA loading into central functionFabian Dellwing
2023-04-03Tests: Add benchmarks for `JPEGLoader`Lucas CHOLLET
2023-04-03Tests: Add a test for SOF2 JPEGs with successive approximationsLucas CHOLLET
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-02LibWeb: Add borders functionality to CSS Gridmartinfalisse
2023-04-02LibWeb: Fix regression in definite grid row heightsmartinfalisse
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-04-02AK: Increase LittleEndianOutputBitStream's buffer size and remove loopsTimothy Flynn
2023-04-02LibWeb: Fix application of intrinsic aspect ratio to flex column itemsAndreas Kling
2023-04-01LibWeb: Add display grid automated testsmartinfalisse
2023-04-01Tests: Use layout tests placed in subdirectoriesmartinfalisse
2023-04-01LibCompress: Implement block size validation for XZ streamsTim Schumacher
2023-04-01Tests: Document input of the xz_utils_good_1_block_header_1 test caseTim Schumacher
2023-03-30LibWeb: Actually visit rules and media queries in imported style sheetsAndreas Kling
2023-03-30LibCompress: Use LZMA context from preexisting dictionaryTim Schumacher
2023-03-30LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunksTim Schumacher
2023-03-30LibCompress: Only require new LZMA2 properties after dictionary resetTim Schumacher
2023-03-30LibCompress: Implement support for multiple concatenated XZ streamsTim Schumacher
2023-03-30LibCompress: Move XZ header validation into the read functionTim Schumacher
2023-03-30LibCompress: Implement proper handling of LZMA end-of-stream markersTim Schumacher
2023-03-29LibWeb: Resolve percentage vertical-align values against line-heightAndreas Kling
2023-03-28LibWeb: Clamp fit-content widths in flex layout to min/max-widthAndreas Kling
2023-03-28Tests/LibWeb: Add layout test for layout fix in PR #15780Luke Wilde
2023-03-27LibWeb: Use fit-content width in place of indefinite flex item widthsAndreas Kling
2023-03-27LibWeb: Fix intrinsic sizing early return condition in TFCAliaksandr Kalenik
2023-03-27LibTLS: Check if certificate is self signed before importing it as CAFabian Dellwing
2023-03-26Tests/LibWeb: Test flex column item with auto height and max-widthAndreas Kling
2023-03-26Tests/LibWeb: Add test for flex item auto height with `flex-wrap: wrap`Andreas Kling
2023-03-25LibGfx/JPEG: More support for scans with a single componentLucas CHOLLET
2023-03-25LibWeb: Don't allow resolved height of abspos elements to become negativeAndreas Kling
2023-03-25LibWeb: Don't allow resolved width of abspos elements to become negativeAndreas Kling
2023-03-25LibWeb: Add out-of-flow boxes to anonymous wrapper block when possibleAndreas Kling
2023-03-25LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'Ali Mohammad Pur
2023-03-24Tests/LibCrypto: Test block splitting logic for SHA1/SHA256Jelle Raaijmakers
2023-03-22LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)Andreas Kling