summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/flexbox/assert-generated-new-flexbox.html
blob: e6d8ed167c23a9ab2717dde23715b4d0acee8ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    <style>
        div:after {
            content: 'Generated content wrapped in a flex-box.';
            display: -webkit-flex;
        }
    </style>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
    <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=91003">91003</a>: ASSERT(genChild->isListMarker() || genChild->style()->styleType() == FIRST_LETTER) triggered on flex-box content</p>
    <p>This test has passed if it doesn't crash or ASSERT.</p>
    <div></div>
</html>