about summary refs log tree commit diff stats
path: root/test/layout
Commit message (Expand)AuthorAgeFilesLines
...
* layout: fix an absolute sizing bugbptato2025-01-232-0/+5
* render: actually fix the "extra unnecessary line" bugbptato2025-01-2131-31/+0
* render: blend in paintBackgroundbptato2025-01-215-5/+0
* cssvalues: support percentage rgb colors, hsl & hslabptato2025-01-212-3/+25
* cssvalues: fix rgba() function parsingbptato2025-01-202-0/+5
* cascade: support nested variablesbptato2025-01-202-1/+14
* render: fix formatting being lost outside boxes with bgcolorbptato2025-01-174-0/+12
* render: overprint existing text when painting backgroundsbptato2025-01-161-3/+3
* cascade: basic CSS variable supportbptato2025-01-162-0/+9
* quirk.css, ua.css: adjust marginsbptato2025-01-161-0/+1
* widthconv: fix hiragana -> half-width kana conversionbptato2025-01-152-0/+4
* ua.css: fix select multiple renderingbptato2025-01-152-0/+18
* cssvalues, sheet: fix quotes parsing, misc cleanupbptato2025-01-122-0/+4
* layout: clear intrinsic minimum block size on shrink-to-fit relayoutbptato2025-01-082-0/+12
* cssparser, mediaquery: factor out tflagb, fix a media query bugbptato2025-01-072-0/+5
* layout: get rid of flex-direction reverse hackbptato2025-01-072-0/+9
* layout: wrap on inline floats that exceed the line's lengthbptato2025-01-062-0/+25
* layout, render: establish absolute container with position: stickybptato2025-01-062-0/+10
* layout: fix percentage margins in shrink-to-fitbptato2025-01-052-0/+12
* ua.css: set table box-sizing border boxbptato2025-01-054-14/+14
* layout: margin fixesbptato2025-01-051-0/+1
* layout: respect margin-top of root boxbptato2025-01-032-0/+4
* layout: implement layoutFlexItem as layoutRootBlockbptato2025-01-022-0/+45
* pager: history fixesbptato2025-01-011-0/+1
* layout, dom: input rendering fixesbptato2025-01-014-0/+12
* layout: fix regression in cd069a76ebptato2025-01-012-1/+7
* layout: prevent double-clear for flow rootsbptato2025-01-012-0/+29
* cascade: prevent blockification for non-inline absolute boxesbptato2024-12-302-0/+38
* layout: absolute sizing fixesbptato2024-12-304-0/+97
* layout: fix position: relative for right, bottombptato2024-12-302-0/+15
* layout: fix an overflow bugbptato2024-12-302-0/+26
* cssvalues: fix length shorthand parsingbptato2024-12-301-3/+2
* cssvalues: fix font-weight parsingbptato2024-12-292-1/+2
* layout: fix various padding bugsbptato2024-12-282-0/+26
* layout: fix a flex sizing bugbptato2024-12-272-0/+14
* layout: improve intrinsic minimum size calculationbptato2024-12-269-2/+121
* layout: resolve percentage width for auto table cellsbptato2024-12-212-0/+10
* cascade: actually, it should be inline-blockbptato2024-12-202-0/+17
* cascade: blockify on position: absolute or fixedbptato2024-12-201-0/+1
* layout: apply padding to intrinsic minimum widthbptato2024-12-192-0/+5
* match: fix nested hover selectorbptato2024-12-182-0/+10
* dom, match: optimize :nth-child, :nth-last-childbptato2024-12-172-0/+91
* Fix test casebptato2024-12-171-1/+1
* layout: propagate intrinsic minimum heightbptato2024-12-1712-0/+75
* layout: do not allow canpx for scFitContentbptato2024-12-152-0/+6
* layout: set table intrinsic min width to specified widthbptato2024-12-152-0/+18
* layout: do not trust specified table cell heightbptato2024-12-152-0/+10
* dom, css: fix case-insensitive class/id/attr matchingbptato2024-12-152-0/+21
* render: apply visibility to inline boxesbptato2024-12-102-0/+5
* layout: override table cell width if its min width is greaterbptato2024-12-102-0/+15