Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
text
/
unknown-char-notdef.html
blob: fbd48c90b688b6cf8d7b83c113abc31c12e488b3 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that code points which have no fonts to render them are drawn visibly. The test passes if you see something below.
<div
style
=
"
font-size
:
100px
;
"
>
𫘖
</div>
</body>
</html>