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. |