Files
tubestation/layout/reftests/w3c-css/received/css-conditional-3/at-media-whitespace-optional-001.html
L. David Baron a334015bb4 Update links pointing to my personal website (http -> https). No bug.
(Patch written entirely using a single sed command,
's,http://dbaron.org,https://dbaron.org,g' .)

MozReview-Commit-ID: 12JARDNn8H4
2016-10-13 11:41:51 -07:00

18 lines
609 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Test: DESCRIPTION OF TEST</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="match" href="reference/background-lime.html">
<link rel="help" href="http://www.w3.org/TR/css3-conditional/#at-media">
<meta name="assert" content="Whitespace after the MEDIA_SYM token is optional (S*).">
<style>
@media{ body { background: lime; color: black; } }
</style>
</head>
<body>
This page should have a light green background.
</body>
</html>