layout/reftests/bidi/536963-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html>
     3  <head>
     4   <title>Dynamic bidi bug</title>
     5   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     6   <style type="text/css">
     7   p { width: 3ch;}
     8   </style>
     9   <script type="text/javascript">
    10 function flip()
    11 {
    12     var flipped= document.getElementById('flipped');
    13     flipped.dir = "rtl";
    14 }
    15   </script>
    16  </head>
    17  <body onload="flip()">
    18   <p id="flipped">0 123 4</p>
    19  </body>
    20 </html>

mercurial