haikuwebkit/LayoutTests/fast/text/font-antialiasing-save-rest...

15 lines
305 B
HTML

<!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>