summaryrefslogtreecommitdiff
path: root/Base/res/html
AgeCommit message (Expand)Author
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
2021-07-31LibWeb: Fix regression of "contenteditable" attributeTheFightingCatfish
2021-07-31Base: Add CSS url(data:...) cases to test pageSam Atkins
2021-07-31Base: Expand test page for CSS attribute selectorsSam Atkins
2021-07-31LibWeb: Get CSS @import rules working in new parserSam Atkins
2021-07-24Base: Add test page for box-shadowTobias Christiansen
2021-07-24Base: Add a test page for CSS opacity propertyEgor Ananyin
2021-07-24Base: Add a test page for CSS 'calc()' valuesTobias Christiansen
2021-07-22LibWeb: Resolve CSS text-decoration from value listSam Atkins
2021-07-22LibWeb: Resolve CSS font property from value listSam Atkins
2021-07-22LibWeb: Implement CSS color parsing from TokensSam Atkins
2021-07-19Base: Add a test page for the 'justify-content' CSS propertyTobias Christiansen
2021-07-14LibWeb: Use Selectors instead of a String for :not() selectorsSam Atkins
2021-07-08Base: Remove www. from link to project website in welcome pagenetworkException
2021-07-04Browser: Add Test-Page for listsTobias Christiansen
2021-06-06Browser: Add various test pages to welcomeTobias Christiansen
2021-05-26Base: Add a WebAssembly mandelbrot demoAli Mohammad Pur
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-17Base: Add boxes with multi-part border attributes to borders.htmlTimothy Flynn