summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/welcome.html
AgeCommit message (Expand)Author
2022-08-27LibWeb: Implement the HostEnsureCanAddPrivateElement JS hookdavidot
2022-08-14Base: Add a test page for Path2DSam Atkins
2022-08-07Base: Add test page for CSS clip propertyTom
2022-07-17Base: Add simple gradients test pageMacDue
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-05-28Base: Add test page for Web Storage APIRafał Babiarz
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-03-31Base: Add a <noscript> test pageLinus Groh
2022-03-29LibWeb: More tests for attribute selectorsDaniel Glazman
2022-03-24LibWeb: Support CSS vertical-align values "top" and "bottom"Andreas Kling
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 a test page for the CSS :where() selectorSam Atkins
2022-03-18Base: Add a test page for the CSS :is() selectorSam Atkins
2022-03-04Base: Replace setInterval test page with a more thorough timer test pageTimothy Flynn
2022-02-26Base: Add :nth-of-type and :nth-last-of-type test pagesSam Atkins
2022-02-25Base: Add a pseudo-element test pageSam Atkins
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
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-07Base: Add a browser test page that dumps out all mouse eventsAndreas Kling
2022-02-05LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy updateAndreas Kling
2022-01-23Base: Add a <pre> test pageNico Weber
2021-11-28Base: Add a test page for async functions + XMLHttpRequestAli Mohammad Pur
2021-11-10Base: Add CSS `background` test pageSam Atkins
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-01Base: Add media-queries test pageSam Atkins
2021-09-26LibWeb: Implement window.queueMicrotask(callback)Andreas Kling
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-15Base: Add test page for testing weird flexbox combinationsSam Atkins
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-14LibWeb: Implement and use OverflowStyleValueSam 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-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