| Index: LayoutTests/fast/pagination/div-make-paginated-expected.html
|
| diff --git a/LayoutTests/fast/pagination/div-make-paginated-expected.html b/LayoutTests/fast/pagination/div-make-paginated-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..24afc07185fe0f4155f9f1d2e34246e59ac2488a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/pagination/div-make-paginated-expected.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Dynamically set paged overflow on a DIV element</title>
|
| + </head>
|
| + <body>
|
| + <div id="elm" style="width:30em; height:10em; overflow:-webkit-paged-x; overflow:paged-x;">
|
| + There should be no text below.
|
| + <div style="margin-top:10em;">FAIL</div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|