layout/reftests/bugs/291078-2.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 <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