build: Move tests/reftests to testsuite/reftests
This commit is contained in:
21
testsuite/reftests/shorthand-entry-border.css
Normal file
21
testsuite/reftests/shorthand-entry-border.css
Normal file
@ -0,0 +1,21 @@
|
||||
* {
|
||||
engine: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GtkWidget {
|
||||
border-right-width: 5px;
|
||||
}
|
||||
|
||||
GtkEntry {
|
||||
border-width: 10px 20px;
|
||||
}
|
||||
|
||||
.entry {
|
||||
border-left-width: 10px;
|
||||
border-right-width: 10px;
|
||||
}
|
||||
|
||||
#reference {
|
||||
border-width: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user