gtk/testsuite/reftests/box-shadow-spread.css
Benjamin Otte 67456304d4 roundedbox: Only grow border-radius if there is one
This is relevant for shadow spread and goes in line with the web.

Testcase included.
2014-08-21 00:54:07 +02:00

10 lines
116 B
CSS

@import "reset-to-defaults.css";
.test {
box-shadow: 0 0 0 10px red;
}
.reference {
border: solid 10px red;
}