Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / crash-generated-quote.html
blob12c4b7c6b4c8ab7dda2da831d78227e8b81ce906
1 <html>
2 <body>
3 <style>
4 div:before
6 content: open-quote;
7 display: block;
8 overflow: hidden;
9 width: 100;
10 height: 100;
12 </style>
13 Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=61411">61411</a>: ASSERTION FAILED: !m_layoutRoot->container() || !m_layoutRoot->container()->needsLayout() with generated content<br>
14 Test passes if it does not crash.
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
19 document.body.offsetTop;
20 </script><div></div>
21 </body>
22 </html>