servo/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-media-whitespace-optional-002.xht

17 lines
No EOL
761 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Test: DESCRIPTION OF TEST</title>
<link href="http://dbaron.org/" rel="author" title="L. David Baron" />
<link href="http://mozilla.com/" rel="author" title="Mozilla Corporation" />
<link href="reference/background-lime.xht" rel="match" />
<link href="http://www.w3.org/TR/css3-conditional/#at-media" rel="help" />
<meta content="Whitespace after the MEDIA_SYM token is optional (S*)." name="assert" />
<style>
@media(min-width:0px){ body { background: lime; color: black; } }
</style>
</head>
<body>
This page should have a light green background.
</body></html>