Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.setPrinting(); | |
| 5 </script> | |
| 6 <style> | |
| 7 body { | |
| 8 background-color: white; | |
| 9 } | |
| 10 </style> | |
| 11 <html> | |
| 12 <body> | |
| 13 This test succeed if root background is correctly ignored in printing mode. | |
| 14 </body> | |
| 15 </html> | |
| OLD | NEW |