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

Side by Side Diff: LayoutTests/compositing/squashing/squashing-print.html

Issue 408543002: Actually paint squashed layers when printing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added disabler. Created 6 years, 5 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
7 <div style="width: 100px; height: 100px; border: 1px solid black; transform: tra nslateZ(0)"></div>
8 <div style="position: absolute; top: 50px; left: 50px; width: 100px; height: 100 px; border: 1px solid black"></div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/compositing/squashing/squashing-print-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698