reftests: Avoid some deprecated css

alpha() is deprecated, replace it with a relative color.
This commit is contained in:
Matthias Clasen 2024-06-27 20:46:31 -04:00
parent 0cff62335b
commit 29559deeeb

View File

@ -1,7 +1,7 @@
@import "reset-to-defaults.css";
window {
color: alpha(currentColor, 0.0);
color: color(from currentColor srgb r g b / 0);
/* So we draw something */
border: 1px solid rebeccapurple;
}