Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scroll-behavior / overflow-hidden-scrollLeft-expected.txt
blob56793032ab36827a8e8d33c58efbd6ee3c8d7839
1 Test that setting scrollLeft on an overflow:hidden element works with both scroll behaviors
3 This is a testharness.js-based test.
4 PASS Scroll x:1, y:0, smooth:false 
5 PASS Scroll x:4, y:0, smooth:false 
6 PASS Scroll x:20, y:0, smooth:true 
7 PASS Scroll x:40, y:0, smooth:true 
8 PASS Scroll x:4000, y:0, smooth:true 
9 PASS Scroll x:10, y:0, smooth:true 
10 Harness: the test ran to completion.