| Index: LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| diff --git a/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt b/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| index 26c095801578a814550e3e4a99503edf074f9909..bab27c49647d02819dd578b172cee6d27ca60ab1 100644
|
| --- a/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| +++ b/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| @@ -3,32 +3,45 @@ Verifies that scrolling APIs support fractional offsets.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +Scrolling DIV with scrollTop/scrollLeft
|
| +PASS scroller.scrollTop is within 0.01 of 4.2
|
| +PASS scroller.scrollLeft is within 0.01 of 4.2
|
| +Scrolling the document with window.scroll
|
| +PASS window.scrollY is within 0.01 of 5.2
|
| +PASS window.scrollX is within 0.01 of 5.2
|
| +Scrolling the document with window.scrollTo
|
| +PASS window.pageYOffset is within 0.01 of 5.2
|
| +PASS window.pageXOffset is within 0.01 of 5.2
|
| +Scrolling the document with window.scrollBy
|
| +PASS window.scrollY is within 0.01 of 5.2
|
| +PASS window.scrollX is within 0.01 of 5.2
|
| +
|
| ---- Testing page zoom = 2 ----
|
| Scrolling DIV with scrollTop/scrollLeft
|
| -PASS scroller.scrollTop is 4
|
| -PASS scroller.scrollLeft is 4
|
| +PASS scroller.scrollTop is within 0.01 of 4
|
| +PASS scroller.scrollLeft is within 0.01 of 4
|
| Scrolling the document with window.scroll
|
| -PASS window.scrollY is 5
|
| -PASS window.scrollX is 5
|
| +PASS window.scrollY is within 0.01 of 5
|
| +PASS window.scrollX is within 0.01 of 5
|
| Scrolling the document with window.scrollTo
|
| -PASS window.pageYOffset is 5
|
| -PASS window.pageXOffset is 5
|
| +PASS window.pageYOffset is within 0.01 of 5
|
| +PASS window.pageXOffset is within 0.01 of 5
|
| Scrolling the document with window.scrollBy
|
| -PASS window.scrollY is 5
|
| -PASS window.scrollX is 5
|
| +PASS window.scrollY is within 0.01 of 5
|
| +PASS window.scrollX is within 0.01 of 5
|
|
|
| Scrolling DIV with scrollTop/scrollLeft
|
| -PASS scroller.scrollTop is 4.5
|
| -PASS scroller.scrollLeft is 4.5
|
| +PASS scroller.scrollTop is within 0.01 of 4.5
|
| +PASS scroller.scrollLeft is within 0.01 of 4.5
|
| Scrolling the document with window.scroll
|
| -PASS window.scrollY is 5.5
|
| -PASS window.scrollX is 5.5
|
| +PASS window.scrollY is within 0.01 of 5.5
|
| +PASS window.scrollX is within 0.01 of 5.5
|
| Scrolling the document with window.scrollTo
|
| -PASS window.pageYOffset is 5.5
|
| -PASS window.pageXOffset is 5.5
|
| +PASS window.pageYOffset is within 0.01 of 5.5
|
| +PASS window.pageXOffset is within 0.01 of 5.5
|
| Scrolling the document with window.scrollBy
|
| -PASS window.scrollY is 5.5
|
| -PASS window.scrollX is 5.5
|
| +PASS window.scrollY is within 0.01 of 5.5
|
| +PASS window.scrollX is within 0.01 of 5.5
|
|
|
| PASS successfullyParsed is true
|
|
|
|
|