1 Test for bug 29431 [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect.
3 This test ensures the correctness of two scrollbar behaviour:
5 This tests that after setting 'overflow' on the document element to 'hidden' and back to 'visible', scrollbars appear as necessary.
6 After explicitly setting a scrollbar policy different than 'auto', WebCore honors that until it is unset.
8 FAIL: Scrollbar did appear after turning it off