Index: LayoutTests/fast/pagination/div-make-unpaginated-expected.html |
diff --git a/LayoutTests/fast/pagination/div-make-unpaginated-expected.html b/LayoutTests/fast/pagination/div-make-unpaginated-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7504013e5b51ef077200210826822e1924d859b2 |
--- /dev/null |
+++ b/LayoutTests/fast/pagination/div-make-unpaginated-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Dynamically remove paged overflow on a DIV element</title> |
+ </head> |
+ <body> |
+ <div id="elm" style="width:30em; height:10em;"> |
+ The word 'PASS' should be seen below. |
+ <div style="margin-top:10em;">PASS</div> |
+ </div> |
+ </body> |
+</html> |