Each test will indicate which area should scroll.
Use the +10 or + icons to add data to enable scrolling if necessary.
Be sure to test orientation changes or on browser resize.
Verify that you can scroll to the top and bottom of the scrollable data.
Also refresh the page for each scrollable view, had a problem without height="auto" on a mobile ScrollableView
Note that the tests which use dojox/app/widgets/Container with scrollable:true should use use headers or footers with data-app-region="top" or data-app-region="bottom" and they should not use headers and footers with fixed:'top' and fixed:'bottom'.
Note that the tests which use dojox.mobile.ScrollableView should use headers and footers with fixed:'top' and fixed:'bottom' and they should not use headers or footers with data-app-region="top" or data-app-region="bottom".
Problems with Scrollable List 4 and 5, and the Dojox Mobile Test:
On a phone or tablet also have problems after an couple of orientation changes, it gets to where you can not scroll to the last items, and after an orientation change from landscape to portrait mode the window size is too small.
In a browser does not take up the entire height of the window for the scrollable area if it is not initially filled even if more items are added. If more items are added and the screen is resized it still will expand when using dojox/mobile/scrollable instead of dojox/app/widgets/scrollable..
Problem I am seeing with iPod using iOS6:
If I select one of the scrollable lists, then from that page I refresh the browser, then press the Back button, the choices on the Scrollable List selection page are not selectable, or are very hard to select, sometimes they may work.