summaryrefslogtreecommitdiff
path: root/Tests/LibWeb
AgeCommit message (Expand)Author
2023-06-05Tests/LibWeb: Add some text tests for 'parsing a legacy color value'Shannon Booth
2023-06-04LibWeb: Account for negative margins when calculating float intrusionAndreas Kling
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-02LibWeb: Fix crashing when grid track size is calc() with percentageAliaksandr Kalenik
2023-06-02LibWeb: Bounds-check parsed CSS typesSam Atkins
2023-06-02LibWeb: Support flex items with calc() main size containing percentagesAndreas Kling
2023-06-02LibWeb: Avoid text-aligning content that is too long for its line boxFalseHonesty
2023-06-01LibWeb: Round lengths to 3 decimals after resolving from percentageAndreas Kling
2023-06-01LibWeb: Allow infinitely long flex lines when sizing under max-contentAndreas Kling
2023-06-01LibWeb: Measure the overflow for all scroll containersAndreas Kling
2023-06-01LibWeb: Support `line-height: calc(...)` values that resolve to numberAndreas Kling
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-06-01Tests/LibWeb: Import my test rebaselining scriptAndreas Kling
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-30LibWeb/Tests: Add missing newline in inset-shorthand-property.txtSimon Wanner
2023-05-30LibWeb: Make 'optional BufferSource' IDL arguments actually optionalAli Mohammad Pur
2023-05-30LibWeb: Set margin, padding and border for replaced boxesAndi Gallo
2023-05-30LibWeb: Add support for parsing 'inset' shorthand CSS propertyFalseHonesty
2023-05-29LibWeb: Output names of inner table boxes in layout dumpAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableCellBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowGroupBoxAliaksandr Kalenik
2023-05-29LibWeb: Support `min-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Support `max-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Remove Layout::TableBoxAliaksandr Kalenik
2023-05-28Tests/LibWeb: Use the include.js helper in "basic.html"Andreas Kling
2023-05-28LibWeb: Wrap child text sequences of grid container in anonymous blocksAliaksandr Kalenik
2023-05-28LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFCAliaksandr Kalenik
2023-05-28LibWeb: Support reverse flex layout with space-around/space-betweenAndreas Kling
2023-05-28LibWeb: Skip children based on media when updating the source setAndi Gallo
2023-05-27LibWeb: Make resolved serialization of CSS `display` prefer short formAndreas Kling
2023-05-27LibWeb: Unit tests for min/max-inline-sizeKarthik Karanth
2023-05-27Ladybird+Tests/LibWeb: Add very basic text-only test harnessAndreas Kling
2023-05-27LibWeb: Accept fit-content as a value for min-width and max-widthAndreas Kling
2023-05-27LibWeb: Support fit-content width for block-level boxesAndreas Kling
2023-05-27LibWeb: Support grid items with fit-content width :^)Andreas Kling
2023-05-27LibWeb: Add basic parsing of grid shorthand CSS propertyAliaksandr Kalenik
2023-05-26LibWeb: Fix width calculation for floating replaced elementsAndi Gallo
2023-05-26LibWeb: Reset margin collapsing state only if box indeed add clearanceAliaksandr Kalenik
2023-05-26LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`Cameron Youell
2023-05-26LibWeb: Get reference height from closest non-anonymous ancestorAndi Gallo
2023-05-25LibWeb: Make input element placeholders look betterAndreas Kling
2023-05-25LibWeb: Make `value_id_from_string()` return OptionalSam Atkins
2023-05-24LibWeb: Sum horizontal margins to calculate space used by floatsAliaksandr Kalenik
2023-05-24LibWeb: Remove `Gfx::Rect<float>` workarounds from BFCJelle Raaijmakers
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-24LibWeb: Rebaseline a layout test after 10ceacf5fb6ef8cea7c90958470515d5b386c50bAndreas Kling
2023-05-24LibWeb: Resolve CSS variables if present in SVG presentation attributesAndreas Kling
2023-05-22LibWeb: Make sure collapsed margins are not ignored if box creates FCAliaksandr Kalenik
2023-05-22LibWeb: Propagate children_are_inline in wrap_in_anonymousAndi Gallo