Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
font-fallback-private-use-area-apple-logo-exception.html
blob: 76c426fdb31221703e3c102abbe96ecdc17562b1 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
p
{
font-family
:
'PT Serif'
;
}
</style>
</head>
<body>
<!-- PT Serif has no support for U+F8FF, it should fallback to Times Roman on Apple platform -->
<p>

</p>
</body>
</html>