| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> | |
| <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> <!-- 2012-04-17 --> | |
| <style> | |
| div { | |
| width: 200px; | |
| height: 100px; | |
| background: url(support/transform-triangle-up.svg); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div></div> | |
| </body> | |
| </html> |