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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/flexbox-with-overflow-in-bottom-aligned-fixedpos-expected.html

Issue 1426443003: Never paginate fixed-positioned objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test for fixed positioned inside transform inside multicol. Created 5 years, 1 month 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.setPrinting();
5 </script>
6 <p>The word "PASS" should be seen at the bottom of the page, and no red should b e seen.</p>
7 <div style="position:fixed; left:0; width:100%; bottom:0; height:2em;">
8 PASS
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698