blob: 191105a4d6b4a5bc1d02a41f7d796f978bf60b87 [file] [log] [blame]
<style>
* {
border-bottom: green solid;
margin: 0px;
}
</style>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function eventhandler() {
dd.before(a);
document.caretRangeFromPoint(0,0);
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<h6>
<a id="a"></a>
</h6>
<dd id="dd"></dd>
<svg>
PASS if no crash.
<set attributeName="dominant-baseline" onbegin="eventhandler()" />