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