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

Side by Side Diff: LayoutTests/printing/print-no-background-expected.html

Issue 1196223008: ViewPainter should skip background in print economy mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix unittests Created 5 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 | Annotate | Revision Log
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698