about summary refs log tree commit diff stats
path: root/test/layout/acid1.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* cascade, ua.css: use ansi red, replace option with anonymous StyledNodesbptato2025-02-041-2/+2
| | | | Now select[multiple] options have the same coloring as w3m.
* render: actually fix the "extra unnecessary line" bugbptato2025-01-211-1/+0
| | | | Plus remove addLines, it's no longer very useful.
* cssvalues: fix font-weight parsingbptato2024-12-291-1/+1
| | | | | | you can't bisearch an unsorted map... (also, turn on text styling for colored layout tests because it would have caught this)
* test: update acid1.color.expectedbptato2024-05-311-1/+1
| | | | | I would prefer it to not cut off the canvas background color, but the current output is just as valid.
* test: add js & layout testsbptato2024-04-211-0/+38
(Sadly some layout tests still fail.)