Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / fast / events / platform-wheelevent-paging-y-in-scrolling-page-expected.txt
blob411e24b47988a89f75bbba081f2dd0d0b6511321
1 PASS event.wheelDeltaY is window.givenScrollTop * -3
2 PASS event.wheelDeltaX is 0
3 PASS event.wheelDelta is window.givenScrollTop * -3
4 PASS document.scrollingElement.scrollTop is window.expectedScrollTop
5 PASS document.scrollingElement.scrollLeft is window.expectedScrollLeft
6 PASS successfullyParsed is true
8 TEST COMPLETE