Learning_GTK4_tree/testsuite/reftests/border-image-excess-size.css

22 lines
332 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
@import "reset-to-defaults.css";
box {
border-image: url("green-20x20.png") 5000;
background-image: none;
background-color: #000;
border-style: solid;
border-width: 1px;
padding: 0;
border-radius: 0;
}
grid {
background-color: #000;
}
grid * {
background-color: lime;
border-style: none;
border-width: 0;
}