Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/zwnj-renders-invisible.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<link rel="match" href="../reference/blank.html">
<style>
@font-face {
font-family: ahem-zwnj;
src: url('../../fonts/ahem-visible-zwnj.otf');
}
.ahem-zwnj {
font-family: ahem-zwnj;
}
body {
font-size: 60px;
}
</style>
<body>
<div class="ahem-zwnj">͏‌</div>
</body>
</html>