Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test referenec</title>
<style>
body {
max-width: 80ch;
}
div {
font-family: monospace;
unicode-bidi: plaintext;
width: 25ch;
}
.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>
Story time:<br>
روزی روزگاری… (continued)
</div>
<div class=ref>
Story time:<br>
روزی روزگاری… (continued)
</div>