Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / paginated-layer-crash.html
blob934133d2186b38e12dff23162e8c2929ee46f60d
1 <style>
2 .section {
3 position: absolute;
4 -webkit-column-count: 2;
7 .graph {
8 overflow: hidden;
11 .img {
12 position: relative;
13 width: 180px;
15 </style>
16 <p>
17 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=48983">https://bugs.webkit.org/show_bug.cgi?id=48983</a>
18 REGRESSION: multicol crashes with positioned elements</i>.
19 </p>
20 <p>
21 This test should not cause a crash.
22 </p>
23 <div class="section">
24 <div class="graph">
25 <div class="img"></div>
26 </div>
27 </div>
28 <script>
29 if (window.testRunner)
30 testRunner.dumpAsText();
31 </script>