trisquel-icecat/icecat/gfx/tests/reftest/1961387-1.html
2025-10-06 02:35:48 -06:00

21 lines
428 B
HTML

<!DOCTYPE html>
<meta charset="utf-8" />
<style>
div {
position: absolute;
writing-mode: vertical-lr;
font: 50px serif, Noto Color Emoji;
}
#test {
color: red;
}
#mask {
color: transparent;
background: green;
}
</style>
<p>The emoji glyph should not be visible outside the green box:</p>
<div id="test">.&#x1f400;.</div>
<div id="mask">.&#x1f400;.</div>