Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-conditional
/
support
/
at-media-dynamic-001-inner.html
blob: a0cf87a9a504641886a10629eb829a742adfc49b [
file
] [
log
] [
blame
]
<!doctype html>
<title>
Reftest Reference
</title>
<style>
html
{
background
:
red
;
overflow
:
hidden
;
}
@media
(
max-width
:
100px
)
{
html
{
background
:
green
;
}
}
</style>