Files
servo/tests/wpt/web-platform-tests/css/css-transforms/transform-background-006-notref.html

25 lines
503 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
html {
background: white;
height: 100%;
width: 100%;
}
body {
background: url(support/transform-triangle-up.svg);
overflow: hidden;
transform: rotate(90deg);
height: 100%;
width: 100%;
margin: 0;
}
</style>
</head>
<body>
</body>
</html>