]> Pileus Git - ~andy/gtk/blob - tests/reftests/border-half-pixel.css
reftests: Fix wrong name in test
[~andy/gtk] / tests / reftests / border-half-pixel.css
1 @import "reset-to-defaults.css";
2
3 .button {
4   border-top: 0.5px solid red;
5   border-bottom: 0.5px solid blue;
6 }
7
8 #reference {
9   border-top: 1px solid rgba(255,0,0,0.5);
10   border-bottom: 1px solid rgba(0,0,255,0.5);
11 }