layout/reftests/bugs/291078-2.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 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style type="text/css">
     5 .type:first-line 
     6 {
     7 }
     8 </style>
     9 </head>
    10 <body>
    11 <table align="center">
    12 	<tr>
    13 		<td class="type">
    14 			<span style="opacity: 0.99">text text</span>
    15 		</td>
    16 	</tr>
    17 </table>
    18 </body>
    19 </html>

mercurial