blob: 6b6997ab32de60c57967f71bcd8377d231ec1fe7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
p {
font-size: 16pt;
}
</style>
</head>
<body>
<p style="-webkit-font-smoothing: none">This should not be antialiased<p>
<p style="-webkit-font-smoothing: subpixel-antialiased">This should be antialiased<p>
</body>
</html>