Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
LayoutTests
/
fast
/
media
/
mq-width-absolute-02-expected.html
blob: c329102f1408cc472e099634f829b8ce1a79edb5 [
file
] [
log
] [
blame
]
<html>
<body>
<p
style
=
"
color
:
green
"
>
This text should be green if viewport is at most 800px wide.
</p>
<div
style
=
"
width
:
800px
;
background-color
:
lightblue
;
"
>
div of width 800px</div
</body>
</html>