blob: 4d8b9bdf035325525a4baf9a42df55a8c3d47a88 [file] [log] [blame]
<html>
<body>
<p>This test verifies that switching delegates scrolling on a page with no composition does not assert.</p>
<p>PASS if no crash or assert in debug.</p>
<script>
if (window.testRunner && window.internals && internals.setDelegatesScrolling) {
testRunner.dumpAsText();
internals.setDelegatesScrolling(true, document);
}
</script>
</body>
</html>