Index: LayoutTests/fast/overflow/scroll-html-paged-body.html |
diff --git a/LayoutTests/fast/overflow/scroll-html-paged-body.html b/LayoutTests/fast/overflow/scroll-html-paged-body.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c7d225401cf362b58feba50a1eb35c21d0555541 |
--- /dev/null |
+++ b/LayoutTests/fast/overflow/scroll-html-paged-body.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html style="overflow:scroll; background:white; color:black;"> |
+ <head> |
+ <title>Scroll overflow on HTML, paged overflow on BODY</title> |
+ </head> |
+ <body style="overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0; width:20em; height:20em; background:cyan;"> |
+ <div style="height:35em;"> |
+ <p>There should be a relatively small scrollable box (2 pages) with a cyan background here.</p> |
+ <p>The viewport should have scrollbars in both directions (there's not enough content to |
+ make it scrollable, though)</p> |
+ </div> |
+ </body> |
+</html> |