summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-color-text-01.html
blob: bb51f10fab0259a67411800e8b27f8d1d3e4cd03 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
@media (monochrome) {
  p { display: none }
}
</style>
<p style="color: red">
  Red
</p>