summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/assert-generated-deprecated-flexbox.html
blob: 36d8fb19e547b9f9ba2a904e11cce6ce4ed6bfde (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-box;
        }
    </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>