forked from AuroraMiddleware/gtk
47d4b06eca
The test did not draw anything, which fails now.
12 lines
182 B
CSS
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;
|
|
}
|