summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
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
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21Tests: Add XZ tests from XZ utilsTim Schumacher
2023-03-21Tests: Add tests to verify alpha values are premultiplied when scalingTim Ledbetter
2023-03-20LibWeb: Don't crash on HTML input element with `display: inline`Andreas Kling
2023-03-20Tests: Add LZMA test files from the LZMA specificationTim Schumacher
2023-03-19LibWeb: Apply border-radius clip only if overflow hidden for both axisAliaksandr Kalenik
2023-03-19Tests: Correct FLAC spec test pathskleines Filmröllchen
2023-03-19Tests: Refactor FLAC spec test to not use a TestCase subclasskleines Filmröllchen
2023-03-18Tests/LibWeb: Add two tests for lh and rlh unitsSimon Wanner
2023-03-18LibWeb: Treat flex item's cyclic percentage cross size as autoAndreas Kling
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-16Tests: Rework TLS test to use new cacert.pemFabian Dellwing
2023-03-16LibGfx: Add test for serialized bytes of built-in sRGB profileNico Weber
2023-03-16LibWeb: Don't drop single <br/> linesMathis Wiehl
2023-03-15AK: Clear OrderedHashTable previous/next pointers on removalJelle Raaijmakers
2023-03-15Tests/LibWeb: Add ACID1 as a layout testAndreas Kling
2023-03-15LibWeb: Make sure `float: left` boxes get pushed down if they can't fitAndreas Kling
2023-03-14AK: Rename CaseInsensitiveStringViewTraits to reflect intentgustrb
2023-03-14LibWeb/Tests: Remove image from a testAndreas Kling
2023-03-14LibWeb: Consider margins of atomic inlines in layoutMathis Wiehl
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibWeb: Run LibWeb layout tests using headless-browserTimothy Flynn
2023-03-13LibAudio: Move audio stream buffering into the loaderkleines Filmröllchen
2023-03-12LibWeb: Resolve percentage line-height values before CSS inheritanceAndreas Kling