layout/reftests/text/rgba-text.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 <body style="background: #000">
     4 	<div style="color: rgba(255, 255, 255, 0.2); font-size:48px;">_</div>
     5 	<!-- the red box should totally obscure the drawn portion of the text
     6 	     however if the text is painted as a box instead of an underscore it
     7 	     will show above the top of the red box.
     8 	     This test would have caught bug 484954
     9 	     -->
    10 	<div style="background: red; position:absolute; top:30px; left:0px; padding:50px"></div>
    11 </body>
    12 </html>

mercurial