layout/reftests/invalidation/table-repaint-b-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <html>
     3 <title>table-repaint-b-ref</title>
     4 <body>
     5 <table>
     6 <tr>
     7   <td>aaa</td><td><span style="position: relative"><div style="height: 0px"><div style="height: 300px; width: 10px; background: green"></div></div>bbb</td>
     8 </tr>
     9 <tr>
    10  <td>
    11   longer text: above this, first cell should say 'aaa' while second says 'bbb'.  There should be only one green rectangle.
    12  </td>
    13 </tr>
    14 </table>
    15 </script>
    16 </body>
    17 </html>

mercurial