Files
servo/tests/wpt/web-platform-tests/css/css-transforms/transform-root-bg-004-ref.html

15 lines
292 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
body {
background: url(support/transform-triangle-left.svg);
}
</style>
</head>
<body>
</body>
</html>