Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / fast / events / platform-wheelevent-paging-x-in-scrolling-page-expected.txt
blobf65713636c2fdc1d9c587ec92361132e7161649d
1 PASS event.wheelDeltaY is 0
2 PASS event.wheelDeltaX is window.givenScrollLeft * -3
3 PASS event.wheelDelta is window.givenScrollLeft * -3
4 PASS document.scrollingElement.scrollTop is window.expectedScrollTop
5 FAIL document.scrollingElement.scrollLeft should be 700. Was 760.
6 PASS successfullyParsed is true
8 TEST COMPLETE