Index: third_party/WebKit/LayoutTests/printing/absolute-positioned.html |
diff --git a/third_party/WebKit/LayoutTests/printing/absolute-positioned.html b/third_party/WebKit/LayoutTests/printing/absolute-positioned.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6a2f7a8dd660d0c0c175c05fc9397caf4f32e7d4 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/printing/absolute-positioned.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<script> |
+if (window.testRunner) |
+ testRunner.setPrinting(); |
+</script> |
+<div style="position:absolute; top:0; left:0; right:0; bottom:0; border:5px solid yellow;"></div> |
+There should be a yellow border around this page. |
+<div style="page-break-before:always;"> |
+ This is the second page. There should be no border here. |
+</div> |