summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/text/font-initial.html
blob: f3873ac98c9483dd8fd7fe5ea92ce7ae2a626fd2 (plain)
1
2
3
4
5
6
7
8
9
10
<p>
    Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12039">http://bugs.webkit.org/show_bug.cgi?id=12039</a>
    Assertion failure in WebCore::Font::primaryFont</i>.
</p>
<span style="font: initial;">PASS</span>
<script>
    // Makes the rendering code run even when not running as a pixel test.
    if (window.testRunner)
        testRunner.display();
</script>