blob: 4034253189c11bd1290c015d9d675c524471798b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
p + p {
transform: rotate(180deg);
}
</style>
</head>
<body>
<p>This is some text<br>that is not transformed</p>
<p>This is some text that is transformed</p>
</body>
</html>