Index: LayoutTests/fast/scrolling/scroll-max-value-expected.txt |
diff --git a/LayoutTests/fast/scrolling/scroll-max-value-expected.txt b/LayoutTests/fast/scrolling/scroll-max-value-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..adac6806ee8c931f0d1e496a912def8f672f2a13 |
--- /dev/null |
+++ b/LayoutTests/fast/scrolling/scroll-max-value-expected.txt |
@@ -0,0 +1,7 @@ |
+PASS Setting el.scrollLeft = 100000000 scrolls all the way to the right. |
+PASS Setting el.scrollTop = 100000000 scrolls all the way to the bottom. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+top leftbottom right |
+Tests that large scrollLeft/Top values aren't being ignored. |