build: Move tests/reftests to testsuite/reftests
This commit is contained in:
16
testsuite/reftests/border-image-excess-size.css
Normal file
16
testsuite/reftests/border-image-excess-size.css
Normal file
@ -0,0 +1,16 @@
|
||||
* {
|
||||
engine: none;
|
||||
border-image: url("green-20x20.png") 5000;
|
||||
background-image: none;
|
||||
background-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GtkGrid * {
|
||||
background-color: lime;
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user