Index: LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt |
diff --git a/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt b/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..21e55b79a7e5db9ee80ff716aa56feb8d2f37ade |
--- /dev/null |
+++ b/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt |
@@ -0,0 +1,20 @@ |
+Verifies that document scrolling supports fractional offset. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+PASS document.documentElement.scrollTop is within 0.00001 of 0 |
+PASS document.documentElement.scrollLeft is within 0.00001 of 0 |
+PASS document.documentElement.scrollTop is within 0.00001 of 10.2 |
+PASS document.documentElement.scrollLeft is within 0.00001 of 20.5 |
+PASS document.documentElement.scrollTop is within 0.00001 of 31.1 |
+PASS document.documentElement.scrollLeft is within 0.00001 of 9.6 |
+PASS document.documentElement.scrollTop is within 0.00001 of 0 |
+PASS document.documentElement.scrollLeft is within 0.00001 of 0 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |