blob: 0fa8fa316d22a1a5b12c7d67ab5fa7d6c46c05de [file] [log] [blame]
<!DOCTYPE html>
<html hidden="">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
test(() => {
eventSender.keyDown(' ', []);
}, "Test that keyboard scroll without a layout tree doesn't crash");
</script>
</html>