mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
19 lines
450 B
HTML
19 lines
450 B
HTML
<!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>
|