Index: LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt |
diff --git a/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt b/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..16cb211066e64426d6f55ddfa732900fe66dfe2d |
--- /dev/null |
+++ b/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt |
@@ -0,0 +1,27 @@ |
+Top of outer div. |
+ |
+Inner div. |
+ |
+Bottom of outer div. |
+ |
+Test for bug 232965 This tests that vertical pan scrolling does not propagate from the inner div to the outer div when the outer div has no vertical overflow. |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+PASS outerdiv.scrollTop == 0 before the pan scroll. |
+PASS outerdiv.scrollLeft == 0 before the pan scroll. |
+PASS retryCount is 0 |
+PASS retryCount is 1 |
+PASS retryCount is 2 |
+PASS retryCount is 3 |
+PASS retryCount is 4 |
+PASS retryCount is 5 |
+PASS retryCount is 6 |
+PASS retryCount is 7 |
+PASS retryCount is 8 |
+PASS retryCount is 9 |
+PASS retryCount is 10 |
+PASS Outer div was scrolled horizontally. |
+PASS Outer div was not scrolled vertically. |
+ |