Raw File
263359-1b.html
<!DOCTYPE html>
<html>
 <head>
  <title>preformatted-paragraph-break-as-bidi-paragraph-break</title>
  <meta charset="UTF-8">
<script type="text/javascript">

function boom()
{
  document.getElementById("w").style.whiteSpace="normal";
}

</script>
 </head>
 <body onload="boom();">
  <pre id="w">&#x05D0; --&gt;
--&gt; &#x05D1;</pre>
</body>
</html>

back to top