Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / print-no-background.html
blobb757039cf8cc871899bc9a040701fde125c8f9d1
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.setPrinting();
5 </script>
6 <style>
7 body {
8 background-color: red;
10 </style>
11 <html>
12 <body>
13 This test succeed if root background is correctly ignored in printing mode.
14 </body>
15 </html>