Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-overflow
/
scroll-marker-group-008-ref.html
blob: e581a74667a853d9ec201eb8eb74885d090e770a [
file
] [
log
] [
blame
]
<!doctype html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference File: two scroll-marker-group with dynamic change
</title>
<style>
div
{
height
:
50px
;
width
:
100px
;
}
div
.
yellow
{
background-color
:
yellow
;
}
</style>
<div
class
=
"yellow"
></div>