transform-root-bg-001-ref.html (419B)
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 <style> 7 html { 8 background: url(support/transform-triangle-left.svg) top left; 9 } 10 body { 11 /* The default 8px margin makes the background not line up exactly */ 12 margin: 0; 13 } 14 </style> 15 </head> 16 <body> 17 </body> 18 </html>