blob: 3f47afb8d42955a45183158f1345d1013eb0593b [file] [log] [blame]
<!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>