Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!doctype html>
<html lang="ja" class="reftest-wait">
<meta charset="UTF-8">
<style>
div {
line-height: 5;
text-emphasis-style: filled triangle;
}
.reftest-wait div {
text-emphasis-style: filled circle;
}
</style>
<div>ใในใ</div>
<script>
document.addEventListener("MozReftestInvalidate", function() {
document.documentElement.className = "";
});
</script>
</html>