mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
16 lines
290 B
HTML
16 lines
290 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<style>
|
|
div {
|
|
transform: rotateX(180deg);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>Some text</div>
|
|
</body>
|
|
</html>
|