layout/reftests/table-anonymous-boxes/white-space-24.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     <title>CSS 2.1 Test Suite: anonymous table boxes</title>
     4     <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
     5     <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     6     <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
     7     <meta name="flags" content="" />
     8   <body>
     9     <span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> <script>document.body.offsetWidth</script>bc<script>document.body.offsetWidth</script> <span style="display: table-cell">d</span></span>
    10   </body>
    11 </html>

mercurial