layout/reftests/bugs/655549-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!-- This test needs to be in quirks mode -->
     2 <body style="color: red">
     3   <div>
     4     <table>
     5       <tr><td>This should be green</td></tr>
     6     </table>
     7   </div>
     8   <script>
     9     document.body.offsetWidth;
    10     document.body.style.color = "green";
    11   </script>
    12 </body>

mercurial