Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>CSS Reference: Test for calc() on background-position</title> |
michael@0 | 5 | <link rel="author" title="L. David Baron" href="https://bugzilla.mozilla.org/show_bug.cgi?id=594934"> |
michael@0 | 6 | <meta name="flags" content=""> |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | |
michael@0 | 9 | p { |
michael@0 | 10 | height: 50px; width: 200px; |
michael@0 | 11 | border: thin solid; |
michael@0 | 12 | background-image: url(../backgrounds/blue-32x32.png); |
michael@0 | 13 | background-repeat: no-repeat; |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | #one { background-position: 134px -12px } |
michael@0 | 17 | #two { background-position: -18px -19px } |
michael@0 | 18 | |
michael@0 | 19 | </style> |
michael@0 | 20 | </head> |
michael@0 | 21 | <body> |
michael@0 | 22 | <p id="one"></p> |
michael@0 | 23 | <p id="two"></p> |
michael@0 | 24 | </body> |
michael@0 | 25 | </html> |