transform-fixed-bg-ref.html (602B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> 6 <link rel="author" title="L. David Baron" href="https://dbaron.org/"> 7 <link rel="author" title="Google" href="http://www.google.com/"> 8 <style> 9 body { 10 margin: 0; 11 } 12 div { 13 background: url(support/transform-triangle-left.svg); 14 width: 100px; 15 height: 100px; 16 position: relative; 17 left: 50px; 18 top: 50px; 19 } 20 </style> 21 </head> 22 <body> 23 <div></div> 24 </body> 25 </html>