Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title></title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | /* If you fix bug #466572, you can remove the IMG |
michael@0 | 7 | and related styling from this test case. */ |
michael@0 | 8 | body { background: white; color: black; margin: 0 } |
michael@0 | 9 | div { |
michael@0 | 10 | background: aqua; |
michael@0 | 11 | color: black; |
michael@0 | 12 | height: 75px; |
michael@0 | 13 | width: 75px; |
michael@0 | 14 | padding: 15px; |
michael@0 | 15 | border: 20px solid; |
michael@0 | 16 | border-radius: 25px; |
michael@0 | 17 | border-color: white; |
michael@0 | 18 | } |
michael@0 | 19 | img { |
michael@0 | 20 | position: absolute; |
michael@0 | 21 | top: 20px; |
michael@0 | 22 | left: 20px; |
michael@0 | 23 | } |
michael@0 | 24 | </style> |
michael@0 | 25 | </head> |
michael@0 | 26 | <body> |
michael@0 | 27 | <div></div> |
michael@0 | 28 | <img src="456219-2-mask.png"> |
michael@0 | 29 | </body> |
michael@0 | 30 | </html> |