Index: LayoutTests/fast/pagination/auto-height-with-break-expected.html |
diff --git a/LayoutTests/fast/pagination/auto-height-with-break-expected.html b/LayoutTests/fast/pagination/auto-height-with-break-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..50c41cf88423a199cdac67b64fa3b5eeb3526456 |
--- /dev/null |
+++ b/LayoutTests/fast/pagination/auto-height-with-break-expected.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+ <body> |
+ <p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p> |
+ <div style="overflow:auto; width:16em; background:yellow;"> |
+ <div style="width:200%; height:16em;"></div> |
+ </div> |
+ </body> |
+</html> |