<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reference File: scroll-marker-group dynamic change</title>
<link rel="author" href="mailto:[email protected]">
<style>
div.red {
background: red;
border-radius: 50%;
height: 30px;
width: 30px;
}
div.yellow {
background: yellow;
border-radius: 50%;
height: 30px;
width: 30px;
}
div.green {
background: green;
border-radius: 50%;
height: 30px;
width: 30px;
}
</style>
</head>
<body>
<p>Test passes if there are <strong>three circles filled red, yellow, green</strong>.
<div class="red"></div>
<div class="yellow"></div>
<div class="green""></div>
</body>
</html>