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