<!doctype HTML>
Passes if no crash.
<style>
div {
-webkit-box-reflect: below;
</style>
<div id="splitter"></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("splitter").style.display = "table-row";
</script>