gtk/testsuite/reftests/css-currentcolor-alpha.css
Benjamin Otte 47d4b06eca reftests: Fix css-currentcolor-alpha.ui test
The test did not draw anything, which fails now.
2019-03-29 09:56:52 +01:00

12 lines
182 B
CSS

@import "reset-to-defaults.css";
window {
color: alpha(currentColor, 0.0);
/* So we draw something */
border: 1px solid rebeccapurple;
}
#reference {
color: transparent;
}