| Index: LayoutTests/fast/pagination/body-make-paginated-expected.html
|
| diff --git a/LayoutTests/fast/pagination/body-make-paginated-expected.html b/LayoutTests/fast/pagination/body-make-paginated-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b374ea534a394546bb50f08098f3571fb0f92ef1
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/pagination/body-make-paginated-expected.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Dynamically set paged overflow on the body element</title>
|
| + </head>
|
| + <body style="overflow:-webkit-paged-x; overflow:paged-x;">
|
| + <div style="height:150vh;">
|
| + There should be no text below.
|
| + <div style="-webkit-column-break-before:always;">FAIL</div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|