Sign in
webkit
/
WebKit
/
a1b821bd3095346d5e11279026fa60f518e18271
/
.
/
LayoutTests
/
fast
/
text
/
font-antialiasing-save-restore-expected.html
blob: 66c081ee12b468e72d0e6bc5632d5c81e274701a [
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>
This should be antialiased
<p>
</body>
</html>