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..ae4b63caaa24ec24e6dae75d7efcc235091b68e2 |
--- /dev/null |
+++ b/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt |
@@ -0,0 +1,17 @@ |
+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 |
+ |