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