summaryrefslogtreecommitdiff
path: root/Tests/LibWeb
AgeCommit message (Expand)Author
2023-03-16LibWeb: Don't drop single <br/> linesMathis Wiehl
2023-03-15Tests/LibWeb: Add ACID1 as a layout testAndreas Kling
2023-03-15LibWeb: Make sure `float: left` boxes get pushed down if they can't fitAndreas Kling
2023-03-14LibWeb/Tests: Remove image from a testAndreas Kling
2023-03-14LibWeb: Consider margins of atomic inlines in layoutMathis Wiehl
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibWeb: Run LibWeb layout tests using headless-browserTimothy Flynn
2023-03-12LibWeb: Resolve percentage line-height values before CSS inheritanceAndreas Kling
2023-03-12LibWeb: Actually incorporate style from imported style sheetsAndreas Kling
2023-03-12Tests/LibWeb: Only care about *.html files in layout test runnerAndreas Kling
2023-03-12LibWeb: Consider entire stack of floated boxes when floating new boxAndreas Kling
2023-03-11LibWeb: Don't touch flex items after they we've been frozenAndreas Kling
2023-03-11LibWeb: Collapse margin-left with space used by left-side floatsAndreas Kling
2023-03-11LibWeb: Don't overflow flex containers on margin autoMathis Wiehl
2023-03-10Tests/LibWeb: Use SerenitySans in new layout testsAndreas Kling
2023-03-10LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft specAndreas Kling
2023-03-10LibWeb: Show layout test failure diffs in unified format (diff -u)Andreas Kling
2023-03-10LibWeb: Fix bogus min/max-height for box-sizing:border-box flex itemsAndreas Kling
2023-03-10LibWeb: Fix bogus percentage vertical padding with box-sizing:border-boxAndreas Kling
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-11LibWeb: Add tests for flex formatting contextAliaksandr Kalenik
2023-02-10LibWeb: Fix clearance to update y offset within current blockAliaksandr Kalenik
2023-02-07LibWeb: Table wrappers should not be ignored in auto height calculationAliaksandr Kalenik
2023-02-06LibWeb: Add layout tests for floats, margins collapsing and positioningAliaksandr Kalenik
2023-02-06Ladybird: Specify window size in layout dump modeAliaksandr Kalenik
2023-02-01CI: Move running LibWeb layout tests to AzureTimothy Flynn
2023-01-29Tests: Add LibWeb layout testsAliaksandr Kalenik
2023-01-14LibWeb+Tests: Demonstrate slowness of CSS::value_id_from_stringBen Wiederhake
2023-01-14LibWeb: Run tests in lagom if ENABLE_LAGOM_LIBWEB is setBen Wiederhake
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-06Tests: Remove test-webAndreas Kling
2022-03-10Tests: Port TestHTMLTokenizer to Core::StreamSam Atkins
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling
2022-02-21LibWeb: Fix 'Comment end state' in HTML TokenizerAdam Hodgen
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek
2022-02-13LibWeb: Update TestHTMLTokenizer's expected token hashTimothy Flynn
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-08LibJS+Everywhere: Remove VM::exception() and most related functionsdavidot
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-20LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOrIdan Horowitz
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling
2021-09-12LibWeb: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn