blob: 85ad107339f23fcac55ed844294ce0f2616709f5 [file] [log] [blame]
<!doctype html>
<style>
.fixed::before {
position:fixed;
}
</style>
<script>
if (window.testRunner) testRunner.dumpAsText();
onload = function(){
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("Indent", false);
}
</script>
<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=93750">93750</a>: LayoutQuote (anonymous) corrupts doubly linked list on insertion before head of list</p>
<p>It passes if it does not CRASH or ASSERT.</p>
<q class="fixed"></q>