Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<window class="reftest-wait"
align="start"
<html:style type="text/css">
@font-face {
font-family: firasans;
src: url(../../fonts/fira/FiraSans-Regular.otf);
}
vbox {
font-family: firasans;
font-size: 40px;
}
label {
width: 230px;
text-wrap: nowrap;
}
</html:style>
<vbox width="230">
<html:label id="center" value="" crop="center" />
</vbox>
<script>
<![CDATA[
function text(n) {
// Include U+FE0E variation selector to ensure font selection doesn't
// seek out a color-emoji font in preference to Fira.
return "\u{1F310}\u{FE0E}".repeat(n);
}
document.getElementById("center").setAttribute("value", text(10));
document.documentElement.className = "";
]]>
</script>
</window>