Sign in
webkit
/
WebKit
/
8c551616acce2c42251182c7abaffe8c5bfc0fe5
/
.
/
LayoutTests
/
fast
/
text
/
trak-optimizeLegibility-expected-mismatch.html
blob: 0363224ddc27d53b4c7f0b5160ec51f78edf8570 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
"utf-8"
>
<style>
@
font-face
{
font-family
:
"WebFont"
;
src
:
url
(
"resources/Ahem-trak.ttf"
)
format
(
"truetype"
);
}
div
{
font
:
64px
"WebFont"
;
}
</style>
</head>
<body>
<div>
abc
</div>
</body>
</html>