about summary refs log tree commit diff stats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* layout: fix floats overriding margin/paddingbptato2024-10-054-14/+25
* url: fix searchParams.deletebptato2024-09-301-0/+2
* layout: fix wrong padding offsetsbptato2024-09-272-0/+7
* layout: remove line-heightbptato2024-09-214-12/+2
* dom: add forms, elements getter + misc fixesbptato2024-09-172-11/+37
* layout: fix table height constraint typebptato2024-08-302-0/+26
* layout: fix whitespace weirdnessbptato2024-08-232-0/+6
* loader: fix crash on empty data URLsbptato2024-08-171-0/+1
* xhr: more progressbptato2024-08-1512-34/+116
* xhr: progressbptato2024-08-131-0/+12
* cssvalues, sheet: fix some more case sensitivity bugsbptato2024-08-021-1/+1
* cssvalues, twtstr, mediaquery: refactor & fixesbptato2024-08-022-0/+10
* env, dom: add History stub, basic LocalStoragebptato2024-07-301-0/+8
* 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
* url: fix a small incompatibilitybptato2024-07-251-0/+14
* url: misc fixes & improvementsbptato2024-07-242-1/+54
* layout: fix various flex column sizing bugsbptato2024-07-224-0/+18
* html: event cleanup, XHR progressbptato2024-07-182-0/+30
* 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-275-8/+16
* test: print running test names to the same linebptato2024-06-232-2/+2
* 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
* layout: relative positioning fixesbptato2024-05-182-0/+21
* test: text-transformbptato2024-05-162-0/+3
* layout: another table colwidth fixbptato2024-05-082-0/+8
* layout: table cell resizing fixesbptato2024-05-052-0/+28
* client: make quit() actually quit, misc fixesbptato2024-05-044-35/+32
* js: fix various leaks etc.bptato2024-05-032-50/+37
* layout: fix float size in table cells; remove redundant positioningbptato2024-04-274-2/+13
* test: add js & layout testsbptato2024-04-2184-0/+1451