| Index: third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt b/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| index bc02805f1e64d868db987f09b1b7d5bf55cc429c..998203789fbe23684479abbd8eb215f0bb428c32 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
|
| @@ -3,48 +3,6 @@ Verifies that scrolling APIs support fractional offsets.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -set PreferCompositingToLCDTextEnabled true
|
| -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 within 0.01 of 4
|
| -PASS scroller.scrollLeft is within 0.01 of 4
|
| -Scrolling the document with window.scroll
|
| -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 within 0.01 of 5
|
| -PASS window.pageXOffset is within 0.01 of 5
|
| -Scrolling the document with window.scrollBy
|
| -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 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 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 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 within 0.01 of 5.5
|
| -PASS window.scrollX is within 0.01 of 5.5
|
| -
|
| -set PreferCompositingToLCDTextEnabled false
|
| Scrolling DIV with scrollTop/scrollLeft
|
| PASS scroller.scrollTop is within 0.01 of 4
|
| PASS scroller.scrollLeft is within 0.01 of 4
|
|
|