| Index: third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.html b/third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..abc15e8d49af87bd9f514f6e17d522a9367231b7
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.setPrinting();
|
| +</script>
|
| +<style>
|
| + .carddiv { break-before:page; width:200px; height:200px; border:1px solid;}
|
| +</style>
|
| +<p>When printed, there should be a square at the top of each page, except for this page.</p>
|
| +<div style="width: 105%">
|
| + <div class="carddiv">Top of page?</div>
|
| + <div class="carddiv">Top of page?</div>
|
| + <div class="carddiv">Top of page?</div>
|
| + <div class="carddiv">Top of page?</div>
|
| + <div class="carddiv">Top of page?</div>
|
| + <div class="carddiv">Top of page?</div>
|
| +</div>
|
|
|