haikuwebkit/LayoutTests/fast/text/font-initial.html

11 lines
394 B
HTML

<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.displayAndTrackRepaints();
</script>