<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reference File: ::scroll-marker-group</title>
<link rel="author" href="mailto:[email protected]">
<style>
div {
background: green;
height: 100px;
width: 100px;
}
</style>
</head>
<body>
<p>Test passes if there is a <strong>filled green rectangle</strong>.
<div></div>
</body>
</html>