blob: 0d635c2bd410773c472efe512c6f9a529242522f [file] [log] [blame]
<html>
<head>
<title>CSS4 media query test: inverted-colors.</title>
<style type="text/css">
#a { color: green; }
#b { color: black; }
#c { color: green; }
#d { color: black; }
</style>
</head>
<body>
<p id="a">This text should be inverted black (white) if the screen is inverted. Green otherwise.</p>
<p id="b">This text should be inverted green (puplish) if the screen is inverted. Black otherwise.</p>
<p id="c">This text should be inverted black (white) if the screen is inverted. Green otherwise.</p>
<p id="d">This text should be inverted green (purplish) if the screen is inverted. Black otherwise.</p>
<p>Note that the expected results of this test assume a non-inverted display.</p>
</body>
</html>