layout/reftests/bidi/726460-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     <meta charset="utf-8">
     5     <script>
     7 function boom()
     8 {
     9   // Force frame construction
    10   document.documentElement.offsetHeight;
    12   // A dynamic change
    13   document.getElementById("x").firstChild.data = "\u062A"
    14 }
    16 window.addEventListener("load", boom, false);
    18     </script>
    19   </head>
    20   <body>
    21     <div><span><span id="x">&#x06CD;B</span>C</span></div>
    22   </body>
    23 </html>

mercurial