Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.setPrinting(); | |
| 5 </script> | |
| 6 <style> | |
| 7 #sandbox { color: #ababab; -webkit-print-color-adjust: exact } | |
| 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> | |
| OLD | NEW |