summaryrefslogtreecommitdiff
path: root/Base/res/html/misc
AgeCommit message (Expand)Author
2022-04-14LibWeb: Allow multiple text-decoration-linesSam Atkins
2022-04-09Base: Add a test page for CSS font-faceSimon Wanner
2022-04-02LibWeb: Implement flex reverse layoutsEnver Balalic
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-03-31Base: Add a <noscript> test pageLinus Groh
2022-03-30LibWeb: Fix sizing of flex child that has flex-basis 0Enver Balalic
2022-03-29LibWeb: More tests for attribute selectorsDaniel Glazman
2022-03-26Base: Add inline properties to custom-properties test pageKarol Kosek
2022-03-24LibWeb: Support CSS vertical-align values "top" and "bottom"Andreas Kling
2022-03-24LibWeb+Base: Fix `An+B of foo` parsingSam Atkins
2022-03-24Base: Add a text-shadow test pageSam Atkins
2022-03-22Base: Add a test page for CSS transformsSimon Wanner
2022-03-20Base: Add a :focus/:focus-within test pageSam Atkins
2022-03-18LibWeb: Add some default style for <textarea> elements and a testDaniel Lemos
2022-03-18Base: Add `of foo` tests to nth-child and nth-last-child test pagesSam Atkins
2022-03-18Base: Add a test page for the CSS :where() selectorSam Atkins
2022-03-18Base: Add nested lists to list test-pageSam Atkins
2022-03-18Base: Correct the :not() test page's titleSam Atkins
2022-03-18Base: Add a test page for the CSS :is() selectorSam Atkins
2022-03-14LibWeb: Invalidate styles after CSSImportRule loadsSimon Wanner
2022-03-07Base: Add ratio tests to media-query test pageSam Atkins
2022-03-04Base: Replace setInterval test page with a more thorough timer test pageTimothy Flynn
2022-03-02LibWeb: Correct handling of negative step values in nth-foo() selectorsSam Atkins
2022-03-01Base: Remove my copyright from this HTML fileSam Atkins
2022-02-28Base: Make it obvious which pseudo-element tests are unimplementedSam Atkins
2022-02-26Base: Add :nth-of-type and :nth-last-of-type test pagesSam Atkins
2022-02-25fixup! Base: Add a pseudo-element test pageSam Atkins
2022-02-25Base: Add a pseudo-element test pageSam Atkins
2022-02-20LibWeb+Base: Parse font-style CSS propertyKarol Kosek
2022-02-19LibWeb: Implement `@supports selector(.foo)`Sam Atkins
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
2022-02-18Base: Add <input> test pageAdam Hodgen
2022-02-17Base+LibWeb: Add test case for Workers on welcome homepageserenitydev
2022-02-16Base: Add test page for progress bar elementRafał Babiarz
2022-02-16LibWeb: Implement reverse lookup to labels from their labelable nodesTimothy Flynn
2022-02-15Base: Add relative-length tests to media-query test pageSam Atkins
2022-02-11LibWeb: Add SVG `<polygon>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<polyline>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<line>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<ellipse>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<circle>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<rect>` element and test case :^)Sam Atkins
2022-02-08LibWeb: Parse multiple box-shadows :^)Sam Atkins
2022-02-08LibWeb: Reorganize box-shadow parsing codeSam Atkins
2022-02-07Base: Add a browser test page that dumps out all mouse eventsAndreas Kling
2022-02-06Base: Replace the WebSocket demo target URL with a working oneAli Mohammad Pur
2022-02-06Base: Format the WebSocket demo page with prettierAli Mohammad Pur
2022-02-05LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy updateAndreas Kling
2022-02-04LibWeb+Base: Enable calc() for font-weight property :^)Sam Atkins
2022-01-24Base: Modify SVG test page to include inherited attributesSam Atkins