12 lines
No EOL
281 B
HTML
12 lines
No EOL
281 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Test Reference File: ::scroll-button()s box creation</title>
|
|
<style>
|
|
div {
|
|
background: green;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
<p>Test passes if there is a <strong>filled green rectangle</strong>.
|
|
<div></div> |