summaryrefslogtreecommitdiff
path: root/Base/res/html
AgeCommit message (Expand)Author
2022-12-30LibWeb: Margin bottom collapsing between parent and last childAliaksandr Kalenik
2022-12-30LibWeb: Margin top collapsing between parent and first childAliaksandr Kalenik
2022-12-28LibWeb: Don't expand grid for {row,column} spansTom
2022-12-26LibWeb: Clamp {row,column} spans if outside of gridTom
2022-12-14Base: Add two HTML test pages for DOM cloneNode() functionalityAndreas Kling
2022-12-03Base: Add some `repeating-radial-gradient()` HTML examplesMacDue
2022-12-01LibWeb: Support displaying HTMLInputElement placeholder valuesTimothy Flynn
2022-11-30Base: Add some `radial-gradient()` HTML examplesMacDue
2022-11-29LibWeb: Include tests for grid track spansmartinfalisse
2022-11-28LibWeb: Treat unresolvable percentage width on inline-block as autoAndreas Kling
2022-11-25Base: Add a test for [SameObject] behavior in LibWebAndreas Kling
2022-11-21Base: Add test for multiple line names in CSS Gridmartinfalisse
2022-11-16Base: Add a simple test page for window.promptTimothy Flynn
2022-11-16Base: Add test for grid-gap and auto-fitmartinfalisse
2022-11-07Base: Add some `repeating-conic-gradient()` test casesMacDue
2022-11-07Base: Add tests for grid gapmartinfalisse
2022-11-06Base: Add test for sizing children of gridmartinfalisse
2022-11-06Base: Add some extra `conic-gradient()` test casesMacDue
2022-11-05LibWeb: Use preferred flex item sizes as min/max-content contributionAndreas Kling
2022-11-03Base: Add a disabled button to the button.html test pageTimothy Flynn
2022-11-01Base: Add some `conic-gradient()` HTML examplesMacDue
2022-11-01LibWeb+Base: Use line names for positioning grid itemsmartinfalisse
2022-10-22Base: Add SameSite cookie test casesSmrtnyk
2022-10-15Base: Update display grid test pagemartinfalisse
2022-10-15Base: Add test page for exceptionsPavel
2022-10-09LibWeb+Base: Add grid repeat() functionalitymartinfalisse
2022-10-08LibWeb+Base: Deal with column-spans greater than implicit gridmartinfalisse
2022-10-07Base: Add example `backdrop-filter` using `saturate()`MacDue
2022-10-06Base+LibWeb: Make sure grid positions don't cause out of boundsmartinfalisse
2022-10-06Base+LibWeb: Deal with zero-positioned grid itemsmartinfalisse
2022-10-06Base+LibWeb: Stub out negative spansmartinfalisse
2022-10-06LibWeb+Base: Re-implement grid track spanmartinfalisse
2022-10-02Base: Add example backdrop-filter using hue-rotate()MacDue
2022-10-01Base: Add rotateX, rotateY, rotateZ and matrix3d examples for transformLuke Wilde
2022-09-25Base: Add paint effects with opacity/transforms HTML test casesMacDue
2022-09-22LibWeb: Only include containing blocks in coordinate space translationAndreas Kling
2022-09-22LibWeb: Check both top and bottom of float position when looking for fitAndreas Kling
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-21LibWeb: Update visibility when Node was invisible beforeJan Metzger
2022-09-16LibWeb: Improve inline flow around floating boxesAndreas Kling
2022-09-16Base: Add a `backdrop-filter` demo web pageMacDue
2022-09-14Base: Add existing @font-face test to welcome pageelectrikmilk
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-14Base: Add more tests for display: gridmartinfalisse
2022-09-07LibWeb: Improve `float: right` behaviorAndreas Kling
2022-08-27LibWeb: Implement the HostEnsureCanAddPrivateElement JS hookdavidot
2022-08-25Base: Add display grid test pagemartinfalisse
2022-08-23Base: Add an example `linear-gradient` with double-position color stopsMacDue
2022-08-18Base: Add some `repeating-linear-gradient()` examplesMacDue
2022-08-14Base: Add a test page for Path2DSam Atkins