layout/generic/crashtests/777838.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <html class="reftest-wait">
     2   <head>
     3     <style>
     4       #el0 {
     5         -moz-column-count: 3; 
     6         column-count: 3; 
     7         max-width: 13ex;
     8         display: inline-block;
     9       }
    10       #el0:first-line { font-family: x; }
    11       #el0:first-letter { float: right; }
    12     </style>
    13     <script>
    14       onload = function() {
    15         el0=document.createElement('object')
    16         el0.setAttribute('id','el0')
    17         document.body.appendChild(el0)
    18         el0.appendChild(document.createTextNode(unescape('%ua000%uf400')))
    19         el0.appendChild(document.createTextNode(unescape('%u3000')+'AA'))
    20         el0.appendChild(document.createTextNode(''))
    21   document.documentElement.removeAttribute("class");
    22       }
    23     </script>
    24   </head>
    25   <body>
    26   </body>
    27 </html>

mercurial