Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>