layout/reftests/table-anonymous-boxes/373379-1.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <style type="text/css">
     6    #tablecell {
     7      display: table-cell;
     8    }
     9    .border { border: 1px solid blue; }
    11   </style>
    12  </head>
    13  <body>
    15    <span class="border">
    16       <span id="tablecell">x</span>
    17    </span>
    19    <script>
    21    document.body.offsetWidth;
    22    document.getElementById("tablecell").removeAttribute("id");
    24    </script>
    25  </body>
    26 </html>

mercurial