mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
13 lines
367 B
HTML
13 lines
367 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
</head>
|
|
<body>
|
|
<div style="transform: rotatey(45deg); width: 100px; height: 100px;
|
|
background: lime"></div>
|
|
</body>
|
|
</html>
|