<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Keith Schwarz" href="mailto:[email protected]">
<link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
<style>
div {
transform: rotate(45deg);
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div>Test Text</div>
</body>
</html>