Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-conditional/at-media-whitespace-optional-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: DESCRIPTION OF TEST</title>
<link rel="match" href="reference/background-lime.html">
<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>