<!DOCTYPE html>
<style>
body {
overflow-y: scroll;
}
::-webkit-scrollbar-corner {
background: green;
}
div {
width: 110%;
height: 110%;
}
</style>
<div>
This test passes if it does not crash.
</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>