Files
servo/tests/wpt/web-platform-tests/css/css-transforms/transform-rotate-007-notref.html

18 lines
323 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
div {
width: 100px;
height: 200px;
border: 1px solid black;
}
</style>
</head>
<body>
<div></div>
</body>
</html>