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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/flexbox-with-overflow-in-bottom-aligned-fixedpos.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 if (window.internals)
6 internals.settings.setShouldPrintBackgrounds(true);
7 </script>
8 <p>The word "PASS" should be seen at the bottom of the page, and no red should b e seen.</p>
9 <div style="position:fixed; left:0; width:100%; bottom:0; background:red;">
10 <div style="display:flex; height:2em;">
11 <div style="width:100%;">
12 <div style="background:white;">
13 <span style="vertical-align:top;">PASS</span>
14 <span style="line-height:3em;">&nbsp;</span>
15 </div>
16 </div>
17 </div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698