Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
fast
/
text
/
font-lookup-dot-prefix-case-sensitive-2-expected.html
blob: 5c33dff843bf1f8153a0dbf196aeeead997bbb2d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
internals
)
{
internals
.
invalidateFontCache
();
</script>
</head>
<body>
<div
style
=
"
font
:
100px
'Times'
;
"
>
Hello
</div>
<div
style
=
"
font
:
100px
'.AppleSystemUIFontMedium'
;
"
>
Hello
</div>
</body>
</html>