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

Unified Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/printing/fixed-positioned.html
diff --git a/third_party/WebKit/LayoutTests/printing/fixed-positioned.html b/third_party/WebKit/LayoutTests/printing/fixed-positioned.html
new file mode 100644
index 0000000000000000000000000000000000000000..cd8e46c69badd94775611a0be04ca12340ecba33
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/printing/fixed-positioned.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.setPrinting();
+</script>
+<div style="position:fixed; top:0; left:0; right:0; bottom:0; border:5px solid yellow;"></div>
leviw_travelin_and_unemployed 2015/10/23 19:42:58 Without this, you'll get the viewport values for s
mstensho (USE GERRIT) 2015/10/23 19:49:44 I don't think I understand the question. Without w
+There should be a yellow border around this page.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698