4 <p>Bug 64284: Crash in LayoutBox::paintBoxDecorations when documentElement has no renderer</p>
5 <p>For this test to PASS, it should not ASSERT or CRASH.</p>
8 testRunner.dumpAsText();
12 var oUElement = document.createElement("U");
13 oUElement.hidden=true;
14 oUElement.innerHTML="<style>*{-webkit-border-before-style:groove}";
15 document.appendChild(oUElement);