haikuwebkit/LayoutTests/platform/gtk/fonts/webkit-font-smoothing-expec...

19 lines
532 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
p {
font-size: 16pt;
font-family: Liberation Sans;
}
</style>
</head>
<body>
<p>This test is not expected to work outside of WebKitTestRunner.</p>
<p>It depends on the custom fonts.conf file that its loaded by the test tooling.</p>
<p>Test results:</p>
<p style="font-family: NonAntiAliasedSans;">This should NOT be antialiased.</p>
<p style="font-family: SubpixelDisabledSans;">This should be antialiased.<p>
</body>
</html>