Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: third_party/WebKit/LayoutTests/printing/text-color-adjust.html

Issue 2027653004: Adjust color for printing list-item markers as we do for text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.setPrinting();
5 </script>
6 <style>
7 #sandbox { color: white }
8 </style>
9 <p>This test must be run in print preview.</p>
10 <div id="sandbox">
11 <ol>
12 <li>PASS if you see this text with 1. to its left.</li>
13 </ol>
14 <ul>
15 <li>PASS if you see this text with a disc marker.</li>
16 </ul>
17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698