summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2024-03-03LibWeb: Begin adding a longhand properties testMatthew Olsson
2024-03-03LibWeb: Properly serialize shadow colorsMatthew Olsson
2024-03-03LibWeb: Add input and textarea minlength and maxlength supportBastiaan van der Plaat
2024-03-03LibWeb: Support CSS property `background-clip: text`Zac Brannelly
2024-03-03patch+LibDiff: Add support for applying patches with preprocessor macroShannon Booth
2024-03-03LibDiff: Handle parsing patches containing timestamps separated by \tShannon Booth
2024-03-03Tests/LibWeb: Add test for SubtleCrypto digestJohannes Røsvik
2024-03-02Tests/LibWeb: Prove we do not fail serialization of empty arraysKenneth Myhra
2024-03-02Tests/LibWeb: Prove we do not fail serialization of empty stringsKenneth Myhra
2024-03-02LibWeb: Add a test for changing animation-nameMatthew Olsson
2024-03-01Userland+Tests: Remove unused <AK/Tuple.h> includesHendiadyoin1
2024-03-01LibWeb: Reduce paintable tree traversals during hit-testingAliaksandr Kalenik
2024-02-29LibWeb: Empty CE reaction queue instead of destroying it on exceptionLuke Wilde
2024-02-29LibWeb: Don't crash in offset_parent() if no ancestor element foundTim Ledbetter
2024-02-29CI: Remove the WPT directory after tests have completedTimothy Flynn
2024-02-29LibWeb: Skip page scrolling for wheel events consumed by scrollable boxAliaksandr Kalenik
2024-02-29LibWeb: Fix typo on CSSConditionRule testTim Ledbetter
2024-02-28LibWeb: Make `CSSConditionRule.conditionText` read-onlyTim Ledbetter
2024-02-28LibWeb: Improve support for 'vertical-align: middle'implicitfield
2024-02-28LibWeb: Implement scrollbar paintingAliaksandr Kalenik
2024-02-28LibWeb: Parse the CSS scrollbar-width propertyAliaksandr Kalenik
2024-02-28LibWeb: Clean previous border radii clips in refresh_clip_state()Aliaksandr Kalenik
2024-02-28LibWeb: Implement `AbortSignal.timeout()`Tim Ledbetter
2024-02-27LibWeb: Add textarea readonly supportBastiaan van der Plaat
2024-02-27Tests/LibPDF: Make standard-14-fonts.pdf 200 units less highNico Weber
2024-02-27Tests: Use Core::Environment instead of Core::System::*env()Sam Atkins
2024-02-26Tests/LibWeb: Add test to prove we can {,de}serialize FileKenneth Myhra
2024-02-26Tests/LibWeb: Add test to prove we can {,de}serialize BlobKenneth Myhra
2024-02-26Ladybird: Move helper processes to CMAKE_INSTALL_LIBEXECDIRAndrew Kaster
2024-02-26AK: Allow reading from EOF buffered streams better in read_line()Andrew Kaster
2024-02-26Ladybird: Always place helper processes in bundle directory on macOSAndrew Kaster
2024-02-26LibWeb+LibWebView+WebContent: Implement more <input type=file> behaviorTimothy Flynn
2024-02-26LibWeb: Create a shadow tree for <input type=file> elementsTimothy Flynn
2024-02-25Revert "LibWeb: Allow bypassing transient activation checks for tests"Timothy Flynn
2024-02-25LibWeb: Stretch-fit flex items with aspect ratio but no fixed sizesAndreas Kling
2024-02-25LibWeb: Handle scenario when Window property setter is called on globalAliaksandr Kalenik
2024-02-25LibWeb: Add HTMLElement::is_content_editable()Aliaksandr Kalenik
2024-02-25LibWeb: Emit "focusin" and "focusout" eventsAliaksandr Kalenik
2024-02-25LibWeb: Emit "selectionchange" event on documentAliaksandr Kalenik
2024-02-24LibDeviceTree: Add a simple DeviceTree classHediadyoin1
2024-02-24LibWeb: Add HTMLPreElement width propertyBastiaan van der Plaat
2024-02-24JSSpecCompiler: Parse method headersDan Klishch
2024-02-24JSSpecCompiler: Parse optional arguments groupsDan Klishch
2024-02-24JSSpecCompiler: Parse arbitrarily large rational numbers in xspec modeDan Klishch
2024-02-24LibWeb: Remove first rule if no argument is given for `remove_rule()`Tim Ledbetter
2024-02-24LibWeb: Implement `CSSStyleSheet.addRule()`Tim Ledbetter
2024-02-24LibWeb: Implement `CSSStyleSheet.replaceSync()`Tim Ledbetter
2024-02-24LibWeb: Implement `CSSStyleSheet.replace()`Tim Ledbetter
2024-02-24LibWeb: Disallow inserting @import rules into a constructed stylesheetTim Ledbetter
2024-02-24LibWeb: Add CSSStyleSheet constructor bindingTim Ledbetter