Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / quote-crash-93750.html
blobf10f8b67c4b2dac313b31301299d7ccc46f53ec4
1 <!doctype html>
3 <style>
4 .fixed::before {
5 position:fixed;
7 </style>
9 <script>
10 if (window.testRunner) window.testRunner.dumpAsText();
11 onload = function(){
12 document.designMode = "on";
13 document.execCommand("SelectAll");
14 document.execCommand("Indent", false);
16 </script>
18 <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>
19 <p>It passes if it does not CRASH or ASSERT.</p>
21 <q class="fixed"></q>