summaryrefslogtreecommitdiff
path: root/Base/res/html
AgeCommit message (Expand)Author
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
2022-01-23Base: Add a <pre> test pageNico Weber
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-02LibWeb: Support range syntax for media queriesSam Atkins
2021-12-09Base: Add more test cases to CSS var() test pageSam Atkins
2021-11-28Base: Add a test page for async functions + XMLHttpRequestAli Mohammad Pur
2021-11-17Base: Add additional test cases to backgrounds.htmlSam Atkins
2021-11-10Base: Add CSS `background` test pageSam Atkins
2021-10-29Base: Add tests for data: URLs and large list-style-image to lists.htmlTimothy Flynn
2021-10-18Base: Add a test page for the various element classList APIsTimothy Flynn
2021-10-17Base: Add a test page for the various element attribute APIsTimothy Flynn
2021-10-14Base: Add a test for the early return steps of "prepare a script"Luke Wilde
2021-10-08Base: Add CSS.supports / `@supports {}` test-pageSam Atkins
2021-10-07Base: Use requestAnimationFrame in Game of Life WASM demoLuke Wilde
2021-10-05Base: Add window.matchMedia() test to media-queries.htmlSam Atkins
2021-10-01Base: Add media-queries test pageSam Atkins
2021-09-26LibWeb: Implement window.queueMicrotask(callback)Andreas Kling
2021-09-20Base: Add several scaled images to test pageSam Atkins
2021-09-19Base: Add page for testing styling on `display: inline` elementsSam Atkins
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-17LibWeb: Implement `currentcolor` special valueSam Atkins
2021-09-16Base: Add CSS styles to SVG test pageSam Atkins
2021-09-15Base: Add test page for testing weird flexbox combinationsSam Atkins
2021-09-14Base: Add developer's tests to computed-style.htmlkleines Filmröllchen
2021-09-12Base: Add a very simple test page for getComputedStyle()Andreas Kling
2021-08-26Base: Add a Game of Life WebAssembly demoAli Mohammad Pur
2021-08-26Base: Refer to WebAssembly as 'Wasm' and not 'WASM'Ali Mohammad Pur
2021-08-25Base: Add cascade-keywords.html test page for CSS cascade keyword valuesSam Atkins
2021-08-18Base: Add more test cases to fonts.htmlSam Atkins
2021-08-14LibWeb: Implement and use OverflowStyleValueSam Atkins
2021-08-14Base: Correct flipped values in border-radius.htmlSam Atkins
2021-08-14LibWeb: Implement and use FlexStyleValueSam Atkins
2021-08-14LibWeb: Implement and use TextDecorationStyleValueSam Atkins
2021-08-14LibWeb: Implement and use ListStyleStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BackgroundStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FontStyleValueSam Atkins
2021-08-03Base: Organize welcome.htmlSam Atkins