Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <html reftest-zoom="1.8"> |
michael@0 | 2 | <style> |
michael@0 | 3 | a{ |
michael@0 | 4 | background-repeat: inherit; |
michael@0 | 5 | background-position: inherit; |
michael@0 | 6 | /* this image has a red pixel at the bottom to |
michael@0 | 7 | prevent image lib from optimizing it into a |
michael@0 | 8 | solid color fill */ |
michael@0 | 9 | background-image:url("nearly-white.png"); |
michael@0 | 10 | line-height: 20px; /* set the line height so that the red pixel is not drawn */ |
michael@0 | 11 | } |
michael@0 | 12 | </style> |
michael@0 | 13 | <div style="background-repeat: no-repeat"> |
michael@0 | 14 | <a> </a><a> </a> |
michael@0 | 15 | </div> |
michael@0 | 16 | <p> |
michael@0 | 17 | <div style="background-position: right top"> |
michael@0 | 18 | <a> </a><a> </a> |
michael@0 | 19 | </div> |
michael@0 | 20 | <p> |
michael@0 | 21 | <div> |
michael@0 | 22 | <a> </a><a> </a> |
michael@0 | 23 | </div> |