layout/reftests/bidi/489517-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 <style type="text/css">
     5 .flipped { direction: rtl; unicode-bidi: bidi-override;  }
     6 </style>
     8 <script type="text/javascript">
    10 function boom()
    11 {
    12   document.getElementById("outer").className = "flipped";
    13 }
    15 </script>
    16 </head>
    18 <body onload="boom();"><div id="outer">AB</div>
    19 </body>
    20 </html>

mercurial