summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/text/font-initial.html
blob: 1162d21c282fe08b6d44cfba3b6ab8ecc4cda7b8 (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.layoutTestController)
        layoutTestController.display();
</script>