about summary refs log tree commit diff stats
path: root/test/layout
Commit message (Expand)AuthorAgeFilesLines
* 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
* layout: another xminwidth kludgebptato2024-12-082-0/+11
* md2html: another list bugfix, add a testbptato2024-12-041-0/+0
* mediaquery: fix and after bare keywordbptato2024-12-012-0/+5
* layout: remove mystery startOffset adjustmentbptato2024-11-281-4/+4
* layout: support br clearbptato2024-11-272-0/+13
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-242-0/+57
* chadombuilder: fix removeImpl definitionbptato2024-11-212-0/+3
* layout: fix intrinsic min width with whitespace: prebptato2024-11-192-0/+11
* layout: fix indefinitely sized flex items with boundsbptato2024-11-192-0/+7
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-172-0/+23
* layout: fix another flex sizing bugbptato2024-11-142-0/+12
* 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