summaryrefslogtreecommitdiff
path: root/Base/res/html
AgeCommit message (Expand)Author
2021-05-09Browser: Add :nth-child test documentmiere43
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-22LibWeb+Base: Use AK::SourceGenerator for error pagesAndreas Kling
2021-04-21LibWeb+Base: Convert String::format() to String::formatted()Andreas Kling
2021-04-19Base: Add HTML test page for cursor & tableAdam Hodgen
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
2021-04-15Base: Update cookie test page to include unretrievable cookiesTimothy Flynn
2021-04-14LibWeb: Implement the CanvasRenderingContext2D::rect path methodIdan Horowitz
2021-04-14Browser: Respect the HttpOnly flag when storing cookiesTimothy Flynn
2021-04-13Base: Update cookie test page with cookies expected to be rejectedTimothy Flynn
2021-04-12Base: Update cookie test page to set some attributesTimothy Flynn
2021-04-11Base: Add test page for document.cookieTimothy Flynn
2021-04-06LibWeb: Support the :last-of-type CSS selector :^)Andreas Kling
2021-04-06LibWeb: Support the :first-of-type CSS selector :^)Andreas Kling
2021-04-05Base: Update background-repeat test with two-value sectionTimothy Flynn
2021-04-04Base: Add test page for <input type=button> elementsTimothy Flynn
2021-04-04Base: Update checkbox test page to have a <label>Timothy Flynn
2021-04-04Base: Update radio button test page to mutate the DOMTimothy Flynn
2021-04-03Base: Add test page for HTML input type=radio elementsTimothy Flynn
2021-04-03Base: Add test page for the 'background-repeat' propertyTimothy Flynn
2021-03-31Base: Add test for a box placed over links with negative z-indexTimothy Flynn
2021-03-30Base: Add test page for floating boxes with overflow=hiddenTimothy Flynn
2021-03-08Base: Fix newlines at end of file in some files.Emanuele Torre
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08Base: Replace HTMl => HTMLEmanuele Torre
2021-01-22Everywhere: Fix typosLinus Groh
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
2020-12-12LibWeb: Use the margin box of floating elements for flowing aroundAndreas Kling
2020-12-09LibWeb: Move editing stuff into EditEventHandler.asynts
2020-12-06LibWeb: Naively implement the CSS clear propertyAndreas Kling
2020-12-05Base: Add a simple HTML test page for CSS floatsAndreas Kling
2020-12-04Base: Add a hover color link to the links on the welcome pageAndreas Kling
2020-12-03Base: Add a little web test page for inline elements with CSS paddingAndreas Kling
2020-11-30JPGLoader: Remove JPEG fuzz files from the main repositorydevashish
2020-11-29JPGLoader: Move bogus JPEGs to a different directorydevashish
2020-11-22LibWeb: Add a test for the new event dispatcherLuke
2020-11-22Base: Unbreak the "images" HTML test pageAndreas Kling
2020-11-08LibGfx: add erroneous cases to GIF test suitePeter Nelson
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-29Base: Show how long it took to load the welcome.html page :^)Andreas Kling
2020-09-11LibWeb: Protect LayoutCheckBox against crashes after event dispatchAndreas Kling
2020-09-10JPGLoader: Check existence of Huffman tables in scan header segment (#3442)Devashish Jaiswal
2020-08-31LibGfx: implement GIF RestorePrevious frame disposal modePeter Nelson
2020-08-31LibGfx: add GIF test suitePeter Nelson
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-10Base: Change browser test page link color for better visibility (#3068)Abu Sakib
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
2020-07-26Base: Add SVG test file to welcome pageMatthew Olsson
2020-07-25test-web: Add ability to change page mid-testLuke