blob: 62930b2ba10cae5db339cd5076011f08c7677898 [file] [log] [blame]
<!DOCTYPE html>
<style>
/* Matches monochrome displays. */
@media not all and (monochrome: 0) { #test::before { content: "PASS"; } }
/* Matches non-monochrome displays. */
@media (monochrome: 0) { #test::after { content: "PASS"; } }
</style>
<p>You should see the word PASS below.</p>
<p id="test"></p>