Add a compare test for colorstates in borders

This commit is contained in:
Matthias Clasen 2024-08-05 12:09:49 -04:00
parent 161c0f0963
commit 2960bb7cb2
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
border {
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.792 0.231 0.0738) rgb(255,0,0);
outline: 0 0 100 100;
widths: 50;
}
border {
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.792 0.231 0.0738) rgb(255,0,0);
outline: -50 -50 200 200;
widths: 5;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -25,6 +25,7 @@ compare_render_tests = [
'blur-contents-outside-of-clip',
'blur-huge-contents-outside-of-clip-nogl',
'border-bottom-right',
'border-colorstates',
'border-one-rounded',
'border-opacity',
'border-zero-width-color',