Index: third_party/WebKit/LayoutTests/printing/text-color-adjust.html |
diff --git a/third_party/WebKit/LayoutTests/printing/text-color-adjust.html b/third_party/WebKit/LayoutTests/printing/text-color-adjust.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5b943bb9879750d05b2b24fa56f72f0bdfbadcc2 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/printing/text-color-adjust.html |
@@ -0,0 +1,17 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.testRunner) |
+ testRunner.setPrinting(); |
+</script> |
+<style> |
+ #sandbox { color: white } |
+</style> |
+<p>This test must be run in print preview.</p> |
+<div id="sandbox"> |
+ <ol> |
+ <li>PASS if you see this text with 1. to its left.</li> |
+ </ol> |
+ <ul> |
+ <li>PASS if you see this text with a disc marker.</li> |
+ </ul> |
+</div> |