fune/layout/reftests/css-animations/background-color-ref.html
2020-02-27 08:43:11 +00:00

9 lines
129 B
HTML

<!DOCTYPE HTML>
<style>
#target {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div id="target"></div>