wpt / css / css-text / zwnj-renders-invisible.html

Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-text/zwnj-renders-invisible.html

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<link rel="author" title="Vitor Roriz" href="https://github.com/vitorroriz">
<link rel="help" href="https://www.unicode.org/versions/Unicode15.0.0/ch23.pdf">
<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">&#x034F;&#x200C;</div>
</body>
</html>

/css/reference/blank.html

<!doctype html>
<title>CSS Test Reference</title>
<!-- Intentionally blank -->