Index: LayoutTests/fast/pagination/auto-height.html |
diff --git a/LayoutTests/fast/pagination/auto-height.html b/LayoutTests/fast/pagination/auto-height.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3cc7e7990d870b2c0283418150628ea63e1af88c |
--- /dev/null |
+++ b/LayoutTests/fast/pagination/auto-height.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+ <body> |
+ <p>There should be a yellow <em>square</em> below.</p> |
+ <div style="overflow:-webkit-paged-x; width:16em; line-height:4em; background:yellow;"> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ </div> |
+ </body> |
+</html> |