mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
14 lines
375 B
HTML
14 lines
375 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
</head>
|
|
<body>
|
|
<div style="perspective: 1000px">
|
|
<div style="transform: rotatex(45deg); transform-origin: 10px 30px -10px;
|
|
width: 100px; height: 100px; background: lime"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|