haikuwebkit/LayoutTests/fast/viewport/scroll-delegates-switch-on-...

14 lines
364 B
HTML

<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);
}
</script>
</body>
</html>