Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
media
/
resources
/
viewport-media-query.html
blob: b371defa2b90d8e74d650de376757b25727f4339 [
file
] [
log
] [
blame
]
<head>
<style>
body
{
background-color
:
black
;
}
@media
all and
(
min-width
:
600px
)
{
body
{
background-color
:
green
}
}
</style>
</head>
<body>