chromium/third_party/blink/web_tests/fast/css-generated-content/quote-crash-93750.html

<!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>