| Index: third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html b/third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..671dfa1e10c91e2d17f12f7b3758ef29c10446ad
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/printing/absolute-positioned-expected.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.setPrinting();
|
| +</script>
|
| +<style>
|
| + html, body { height:100%; margin:0; }
|
| +</style>
|
| +<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>
|
|
|