summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-color-text-01.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/printing/test-color-text-01.html')
-rw-r--r--layout/reftests/printing/test-color-text-01.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/printing/test-color-text-01.html b/layout/reftests/printing/test-color-text-01.html
new file mode 100644
index 0000000000..bb51f10fab
--- /dev/null
+++ b/layout/reftests/printing/test-color-text-01.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<style>
+@media (monochrome) {
+ p { display: none }
+}
+</style>
+<p style="color: red">
+ Red
+</p>