Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: gfx/tests/reftest/reftest.list
<!DOCTYPE html>
<meta charset="utf-8" />
<style>
div {
position: absolute;
writing-mode: vertical-lr;
font: 250px 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">.🐀.</div>
<div id="mask">.🐀.</div>