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

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: 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>
ojan 2014/07/18 21:27:31 Nit: DOCTYPE
chrishtr 2014/07/18 21:40:21 Done.
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>
ojan 2014/07/18 21:27:31 Two spaces before border. Also, this doesn't match
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698