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

Unified Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html

Issue 1411313004: Bypass containing block size special-code for fixed-positioneds when printing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html
diff --git a/third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html b/third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html
similarity index 71%
copy from third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html
copy to third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html
index 671dfa1e10c91e2d17f12f7b3758ef29c10446ad..bdcdd62cb75022e3fdf2bfff3a19e129ef830dde 100644
--- a/third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html
+++ b/third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html
@@ -9,6 +9,3 @@ if (window.testRunner)
<div style="height:100%; box-sizing:border-box; height:100%; border:5px solid yellow; padding:3px;">
There should be a yellow border around this page.
</div>
-<div style="page-break-before:always; margin:0 8px;">
- This is the second page. There should be no border here.
-</div>

Powered by Google App Engine
This is Rietveld 408576698