summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/attr-missing.html
blob: 33de5684c6456d8293de0c8746a2c1fca1ac936a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
    span::before { content: attr(foo); }
</style>
<span></span>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>
    Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=71085">https://bugs.webkit.org/show_bug.cgi?id=71085</a>
    Assertion failure (m_text) in LayoutText::LayoutText() at icanhascheezburger.com</i>.
</p>
<p>
    The test passes if it does not cause an assertion failure in a debug build.
</p>