gtk/testsuite/reftests/center-center-100x100-picture-in-200x100.css

16 lines
239 B
CSS
Raw Permalink Normal View History

* {
all: unset;
background-color: mintcream;
}
picture {
background-color: firebrick;
}
#reference {
background-image: image(lime);
background-repeat: no-repeat;
background-position: center;
background-size: 100px 100px;
}