Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !(os == 'win') && !(os == 'mac')
- Manifest: layout/reftests/printing/reftest.list
<!doctype html>
<style>
@media (monochrome) {
p { display: none }
}
</style>
<p style="color: red">
Red
</p>