aboutsummaryrefslogtreecommitdiffstats
path: root/test/render
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into flex_layoutYuri Kobets2024-01-312-0/+79
|\
| * Added tests for css countersMichelCalonder2023-12-282-0/+79
* | flexbox: some tests are resolvedYuri Kobets2024-01-3139-0/+169
* | flexbox rendering fixesYuri Kobets2024-01-2811-0/+0
* | flex: refactoring flexbox rederingYuri Kobets2024-01-2532-0/+0
* | flex: support for auto-margins in the cross directionYuri Kobets2024-01-114-0/+0
* | flex: added support for align-items: baselineYuri Kobets2024-01-0947-0/+0
* | flex: apply max-height to the flex containerYuri Kobets2024-01-074-0/+0
* | flex: Added support for flex-grow/flex-shring with values less then 1Yuri Kobets2024-01-074-0/+0
* | flex: added validation for flex-grow and flex-shrink (must be positive number)Yuri Kobets2024-01-072-0/+0
* | flex: fixed the height calc in size_mode_content modeYuri Kobets2024-01-075-0/+0
* | flex: "flex-basis: 0" is valid valueYuri Kobets2024-01-072-0/+0
* | flex: some passed tests addedYuri Kobets2024-01-0632-0/+0
* | flex: support for items max-width/max-height and auto-marginsYuri Kobets2024-01-0616-0/+0
* | flex: fix auto-shrink testsYuri Kobets2024-01-0416-0/+0
* | flex: fixed parsing of the flex shorthandYuri Kobets2023-12-3024-0/+0
* | flex: Distribute remaining after algorithm spaceYuri Kobets2023-12-2920-0/+0
* | flex: fixes in rendering of the justify-content css propertyYuri Kobets2023-12-2930-0/+0
* | flex: more flex tests passedYuri Kobets2023-12-28200-0/+0
* | flex test: some tests were fixedYuri Kobets2023-12-2527-0/+0
* | Added tests for Flexible Box LayoutYuri Kobets2023-12-25783-0/+30694
* | flex layout: remake disrtibute free space algorithmYuri Kobets2023-11-062-0/+42
|/
* test for commit 330e1241stasoid2023-09-122-0/+11
* added "content: none" support for ::before/::after elementsYuri Kobets2023-06-082-0/+33
* fixed rendering of ::before and ::after elementsYuri Kobets2023-06-082-0/+46
* Fixed calculating min with for elements with floatsYuri Kobets2023-06-076-0/+110
* blocks re-rendering refactorYuri Kobets2023-05-282-0/+5
* fixed floating boxes rendering, apply box-sizing to min/max width/heightYuri Kobets2023-05-134-0/+45
* Rendering refactoringYuri Kobets2023-05-097-0/+59
* Fixed rendered document size calculating.Yuri Kobets2023-05-0518-0/+190
* fixed table rendering with width defined as percentYuri Kobets2023-04-284-1/+17
* fix re-render table into returned min width in block contextYuri Kobets2023-04-252-0/+0
* fixed support for box-sizing: border-boxYuri Kobets2023-04-242-0/+15
* fixed: incorrect floated block positionYuri Kobets2023-04-172-0/+4
* table rendering fixYuri Kobets2023-04-155-0/+43
* fixed rendering issue with fixed block sizeYuri Kobets2023-04-142-0/+3
* fixed table renderingYuri Kobets2023-04-141-0/+0
* process zero font-sizeYuri Kobets2023-04-022-0/+4
* fixed positioned elements rendering (absolute, fixed)Yuri Kobets2023-04-022-0/+6
* Fixed: (min/max) width/height calculating with percent units.Yuri Kobets2023-03-295-0/+6
* revert table-3-width.htm rendering testYuri Kobets2023-02-211-0/+0
* fix: Unicode escape sequences with lower case are processed incorrenly in the...Yuri Kobets2023-02-211-0/+0
* fixed: elements ":after" ":before" are not renderedYuri Kobets2023-02-193-13/+18
* don't inherit font-size, font-weight and font-style properties for tableYuri Kobets2023-02-182-0/+1
* fixed: Bug in margin / padding with position: absolute #79Yuri Kobets2023-02-182-0/+19
* remove outdated commentsstasoid2023-02-182-6/+0
* update render test resultsstasoid2023-02-185-0/+0
* fix: line height is calculated incorrectlyYuri Kobets2023-02-172-1/+1
* fixed: float overlays table #251Yuri Kobets2023-02-172-0/+2
* New tests and fixes for inline renderingYuri Kobets2023-02-1611-24/+109