about summary refs log tree commit diff stats
path: root/test/layout
Commit message (Expand)AuthorAgeFilesLines
* ua.css: disable margin on first pbptato2025-05-092-2/+0
* layout, csstree: build stacking contexts together with treebptato2025-05-034-0/+11
* selectorparser: check type flag of hash tokensbptato2025-04-182-0/+12
* render: fix positioning of absolutes with negative z-indexbptato2025-04-142-0/+5
* layout, render: fix positioning of absolute flex item descendantsbptato2025-04-104-2/+17
* layout: always treat flex items as positioned boxesbptato2025-04-072-0/+6
* layout: fix cleared floats not flushing previous exclusionsbptato2025-04-062-0/+13
* layout: correct table-caption width calculationbptato2025-04-035-3/+67
* csstree: add ::marker pseudo elementbptato2025-04-024-2/+15
* cssparser: ignore case in AnB parsing of odd/evenbptato2025-04-022-2/+3
* cssparser: fix escape sequence parsingbptato2025-04-012-0/+5
* layout: reimplement list items with out-of-flow markersbptato2025-03-272-0/+12
* Revert "csstree: improve intrinsic image sizing"bptato2025-03-212-29/+0
* csstree: improve intrinsic image sizingbptato2025-03-212-0/+29
* layout: implement cross auto margins in flexbptato2025-03-142-0/+25
* layout: fix bottom margin handling for root blocksbptato2025-03-073-0/+12
* layout: adjust table cell height to fill rowsbptato2025-03-031-3/+3
* render: propagate offset to positioned block child before clip box inheritancebptato2025-02-192-0/+6
* render, pager: fix canvas background painting orderbptato2025-02-195-1/+16
* Fix testbptato2025-02-182-6/+1
* layout: fix nested fixed boxesbptato2025-02-182-0/+14
* layout: implement negative z-indexbptato2025-02-184-0/+64
* render: respect stacking context for inline boxesbptato2025-02-172-0/+3
* layout: position absolute boxes relative to their parentbptato2025-02-165-3/+26
* csstree, cssvalues: add non-numeric counters, japanese-formalbptato2025-02-142-4/+4
* csstree, cssvalues: implement counter()bptato2025-02-132-0/+52
* layout: separate out tree construction logicbptato2025-02-122-0/+4
* cssvalues: fix list-style-type initial valuebptato2025-02-121-1/+1
* render: fix a visibility bugbptato2025-02-112-0/+9
* layout: respect intrinsic minimum width of table cellsbptato2025-02-092-0/+12
* layout: refactor tree building phasebptato2025-02-097-5/+29
* layout: fix nested float positioningbptato2025-02-083-3/+13
* layout: fix some pre whitespace bugsbptato2025-02-082-0/+8
* layout: fix firstBaseline bugbptato2025-02-082-0/+11
* layout: unify BlockBox and InlineBox, refactor buildingbptato2025-02-079-3/+111
* cssparser: fix an infinite loopbptato2025-02-051-0/+1
* cssparser: fix parsing of consequitive commentsbptato2025-02-042-0/+6
* cascade, ua.css: use ansi red, replace option with anonymous StyledNodesbptato2025-02-047-14/+17
* layout: merge addOuterBlock with layoutBlock, refactorbptato2025-02-044-13/+6
* layout: inline background fixes & simplificationbptato2025-02-037-0/+52
* sheet: fix a hashing bugbptato2025-01-302-0/+6
* layout: fix absolute sizing order with floatsbptato2025-01-302-0/+6
* mediaquery: fix some parser bugsbptato2025-01-302-3/+20
* render: fix OOB panic with scroll container outside the canvasbptato2025-01-292-0/+4
* nanosvg: fix infinite loopbptato2025-01-292-0/+4
* layout: fix flow roots in inline boxes not respecting floatsbptato2025-01-282-0/+10
* layout: fix some float margin resolution bugsbptato2025-01-284-0/+25
* cascade: fix variable inheritancebptato2025-01-282-2/+8
* layout: various float fixes in inline contextsbptato2025-01-268-0/+75
* layout: do not generate anonymous inline boxesbptato2025-01-2516-23/+73