blob: 14b86bf742b5660a07f92b41cd2af7e6104c9d93 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ enableModernMediaControls=false internal:AsyncOverflowScrollingEnabled=true ] -->
<html>
<head>
<meta name="viewport" content="width=device-width" />
<style>
.scrolling {
width: 300px;
height: 300px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
video {
width: 300px;
height: 672px;
}
</style>
</head>
<body>
<div class="scrolling">
<video controls poster="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=">
</div>
<pre id="console"></pre>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
document.getElementById("console").appendChild(document.createTextNode(window.internals.layerTreeAsText(document)));
}
</script>
</body>