layout/reftests/table-anonymous-boxes/443616-1a.xhtml

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html>
     3 <html xmlns="http://www.w3.org/1999/xhtml">
     4 <body>
     5 <table cellpadding="0" cellspacing="0">
     6   <tr>
     7     <td rowspan="2">
     8       Sidebar <br />
     9       an unused link <br />
    10       next unused link <br />
    11     </td>
    12     <td>
    13       content <br />
    14       more content
    15       <script type="text/javascript">
    16          document.body.offsetWidth;
    17       </script>
    18     </td>
    19   </tr>
    20   <tr>
    21     <td>
    22       no yes no yes
    23     </td>
    24   </tr>
    25 </table>
    26 </body>
    27 </html>

mercurial