diff options
author | bptato <nincsnevem662@gmail.com> | 2025-01-21 18:33:34 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-01-21 19:06:00 +0100 |
commit | 9159f6a76e14225d7ceeee55defbde2e335c5d3e (patch) | |
tree | e3660a99d6fab73660c1de4ef72f74c29822ac4c /test | |
parent | 68add5b33e5d9f101306aaf84c373dc695b9ab81 (diff) | |
download | chawan-9159f6a76e14225d7ceeee55defbde2e335c5d3e.tar.gz |
render: blend in paintBackground
It's an improvement, but the painting order still isn't quite right... Also fixes a bug where paintBackground would unnecessarily append an extra line to the document's end.
Diffstat (limited to 'test')
5 files changed, 0 insertions, 5 deletions
diff --git a/test/layout/inline-backgrounds.color.expected b/test/layout/inline-backgrounds.color.expected index 4fdd2664..3f140fda 100644 --- a/test/layout/inline-backgrounds.color.expected +++ b/test/layout/inline-backgrounds.color.expected @@ -28,4 +28,3 @@ final stage test1 [48;2;0;128;0m test2[49m [48;2;0;0;255m test3 [49m [48;2;255;0;0m test4[49m - diff --git a/test/layout/inline-split-sizes.color.expected b/test/layout/inline-split-sizes.color.expected index 39ddcf28..24eaf5a4 100644 --- a/test/layout/inline-split-sizes.color.expected +++ b/test/layout/inline-split-sizes.color.expected @@ -2,4 +2,3 @@ before [48;2;255;0;0mt[49m carthago delenda [48;2;255;0;0m est[49m [48;2;255;0;0mhello[49m after - diff --git a/test/layout/inline-table-missing-parents.color.expected b/test/layout/inline-table-missing-parents.color.expected index 28542efd..eb8dc764 100644 --- a/test/layout/inline-table-missing-parents.color.expected +++ b/test/layout/inline-table-missing-parents.color.expected @@ -8,4 +8,3 @@ test 9.5 [48;2;255;0;0mthing2.5 thing3 [49m [48;2;255;0;0mthing4 [49m [48;2;0;0;255mtest [49m - diff --git a/test/layout/position-absolute-block-in-inline.color.expected b/test/layout/position-absolute-block-in-inline.color.expected index b25e275c..839256f8 100644 --- a/test/layout/position-absolute-block-in-inline.color.expected +++ b/test/layout/position-absolute-block-in-inline.color.expected @@ -5,4 +5,3 @@ line four [38;2;109;109;109m[48;2;255;255;0mabsolute 4[39m[49m [48;2;0;0;255mabsolute 5[49m line six[38;2;109;109;109m[48;2;255;255;0mabsolute 6[39m[49m - diff --git a/test/layout/table-col-width.color.expected b/test/layout/table-col-width.color.expected index 7e556aa8..64847c83 100644 --- a/test/layout/table-col-width.color.expected +++ b/test/layout/table-col-width.color.expected @@ -6,4 +6,3 @@ [48;2;255;0;0ma [49m [48;2;255;0;0mtest [49m [48;2;255;0;0ma [49m - |