Files
servo/tests/wpt/css-tests/css-regions-1_dev/html/support/common.css

17 lines
187 B
CSS

.inline-marker {
display: inline-block;
width: 16px;
height: 16px;
}
.green {
background-color: lime;
}
.blue {
background-color: lightblue;
}
.gray {
background-color: silver;
}