3 <title>CSS3 media query test: media query testing constraints with relative values (screen and (min-height:
30ex)). Using style element, @media css rule.
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/css3-mediaqueries/#width" />
6 <style type=
"text/css">
8 @media screen and
(min-height: 30ex) {
15 <p> This text should be green if height is at least
30ex .
</p>
17 <div style=
"display:inline; float:left; height: 30ex; background-color: lightblue;"> div of height
30ex
</div>
18 <div style=
"display:inline; float:left; height: 600px; background-color: lightblue;"> div of height
600px
</div>