]> Pileus Git - ~andy/gtk/blob - tests/reftests/no-colors.css
reftests: Fix a bunch of invalid CSS cases
[~andy/gtk] / tests / reftests / no-colors.css
1 * {
2   background-color: transparent;
3   color: transparent;
4   border-color: transparent;
5   border-style: solid;
6   border-width: 1;
7 }