about summary refs log tree commit diff stats
path: root/test/layout
Commit message (Expand)AuthorAgeFilesLines
* renderdocument: basic stacking context supportbptato2024-11-096-12/+8
* layout: fix a few more flex sizing bugsbptato2024-11-094-0/+34
* layout: fix initial flex item width calculationbptato2024-11-085-3/+27
* layout: fix a small table bugbptato2024-11-022-0/+8
* layout: remove inline roundingbptato2024-11-022-0/+3
* cssparser: fix parsing of unrecognized at rulesbptato2024-11-022-0/+9
* layout: fix yet another inline float bugbptato2024-11-012-0/+8
* layout: simplify a bit, fix some inline float bugsbptato2024-11-014-0/+26
* layout: refactor flow and fix some bugs in the processbptato2024-10-3118-0/+29
* layout: fix margin resolution for absolutely positioned boxesbptato2024-10-282-0/+15
* selectorparser: fix parsing of invalid pseudo elementsbptato2024-10-262-0/+21
* cssparser: do not accept invalid rulesbptato2024-10-252-0/+4
* layout: fix nested absolute positioning, refactor initial size resolutionbptato2024-10-252-0/+25
* layout: fix inline float + position: absolute bugbptato2024-10-162-0/+6
* layout: fix float positioning in inline contextsbptato2024-10-155-1/+18
* layout: correct `position: absolute' (FINALLY)bptato2024-10-158-0/+103
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-102-2/+17
* layout: fix floats overriding margin/paddingbptato2024-10-054-14/+25
* layout: fix wrong padding offsetsbptato2024-09-272-0/+7
* layout: remove line-heightbptato2024-09-214-12/+2
* layout: fix table height constraint typebptato2024-08-302-0/+26
* layout: fix whitespace weirdnessbptato2024-08-232-0/+6
* xhr: more progressbptato2024-08-151-4/+4
* cssvalues, sheet: fix some more case sensitivity bugsbptato2024-08-021-1/+1
* cssvalues, twtstr, mediaquery: refactor & fixesbptato2024-08-022-0/+10
* layout: inline table fixesbptato2024-07-273-1/+34
* layout: position: relative, absolute fixesbptato2024-07-262-0/+11
* layout: fix incorrect absolute positioningbptato2024-07-252-0/+71
* layout: min/max sizing fixesbptato2024-07-252-0/+2
* layout: fix various flex column sizing bugsbptato2024-07-224-0/+18
* layout: fix positioning bugbptato2024-07-022-0/+4
* layout: flex padding/margin fixesbptato2024-06-304-0/+19
* layout: fix text-align + padding coloringbptato2024-06-292-2/+2
* layout: inline fixes & improvementsbptato2024-06-274-8/+15
* test: print running test names to the same linebptato2024-06-231-1/+1
* layout: avoid shrink-to-fit padding/margin overflowbptato2024-06-232-0/+15
* layout: get rid of incorrect hackbptato2024-06-232-0/+7
* cssvalues: add "clear" to table wrapper boxbptato2024-06-112-0/+5
* renderdocument: handle overlapping double width charsbptato2024-06-022-0/+9
* layout: clean up inline tree constructionbptato2024-06-012-0/+5
* test: update acid1.color.expectedbptato2024-05-311-1/+1
* layout: line box sizing fixesbptato2024-05-314-0/+55
* layout: fix a width sizing bugbptato2024-05-302-0/+6
* layout: fix caption margin calculationbptato2024-05-302-0/+19
* layout: fix clear on blocks establishing new BFCsbptato2024-05-302-0/+10
* layout: fix crash on inline tablesbptato2024-05-282-0/+3
* layout: remove BlockBoxBuidlerbptato2024-05-274-0/+9
* layout: list item improvements, fix inner markersbptato2024-05-252-0/+11
* test: inline-backgrounds updatebptato2024-05-211-2/+0
* layout: fix BFC positioning in presence of floatsbptato2024-05-194-0/+47