Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
font-family: monospace;
width: 19ch;
}
.test { border: solid blue 5px; }
.ref { border: solid orange 5px; }
</style>
<p>Test passes if the text in the blue box matches the one in the orange box.
<div class=test>
He said "سلام" <bdi dir=rtl>…آخرہ</bdi>
</div>
<div class=ref>
He said "سلام" <bdi dir=rtl>…آخرہ</bdi>
</div>