Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / layers / negative-scroll-positions-expected.txt
1 This tests that negative scrollTop and scrollLeft values are clamped to zero.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS attemptScroll(0, 0) is '0,0'
7 PASS attemptScroll(50, 50) is '50,50'
8 PASS attemptScroll(-50, -50) is '0,0'
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12