263359-1b.html 371 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>preformatted-paragraph-break-as-bidi-paragraph-break</title>
  5. <meta charset="UTF-8">
  6. <script type="text/javascript">
  7. function boom()
  8. {
  9. document.getElementById("w").style.whiteSpace="normal";
  10. }
  11. </script>
  12. </head>
  13. <body onload="boom();">
  14. <pre id="w">&#x05D0; --&gt;
  15. --&gt; &#x05D1;</pre>
  16. </body>
  17. </html>