layout/reftests/bidi/670226-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>Bug 670226</title>
     5   <style type="text/css">
     6    pre:first-letter { float:left; color: lime}
     7   </style>
     8   <script type="text/javascript">
     9 function boom()
    10 {
    11   var p = document.getElementById("p");
    12   p.style.fontSize="16pt";
    13 }
    14  </script>
    15  </head>
    16  <body onload="boom()">
    17   <pre id="p" dir="rtl">a+b
    18 c</pre>
    19  </body>
    20 </html>

mercurial