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", but ended up removing 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-constraint="top" or data-app-constraint="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-constraint="top" or data-app-constraint="bottom".