I tried the following html on Chrome for Windows 8.1 and Chromium on Android.
<div style="height:4em;overflow-y:auto;position:relative">
Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>
</div>
<div style="height:4em;overflow-y:scroll;position:relative">
Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>Test<br>
</div>
For Chrome for Windows 8.1, it will display scrollbars.
For Chromium on Android, no scrollbars, but the content of div can be scrolled..
My question is, is there any background about this? Is there any CL about this?
Any hints will be welcome!