12 -webkit-overflow-scrolling: touch;
16 -webkit-overflow-scrolling: auto;
24 if (window
.testRunner
)
25 testRunner
.dumpAsText();
28 document
.getElementById('overflow1').style
.webkitOverflowScrolling
= 'auto';
29 document
.getElementById('overflow2').style
.webkitOverflowScrolling
= 'touch';
31 window
.addEventListener('load', doTest
, false);
36 <div id=
"overflow1" class=
"overflow">
37 <div class=
"contents">
38 This test should not crash.
42 <div id=
"overflow2" class=
"overflow">
43 <div class=
"contents">
44 This test should not crash.