mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
20 lines
432 B
HTML
20 lines
432 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<style>
|
|
div {
|
|
transform: skewY(45deg);
|
|
width: 100px;
|
|
height: 100px;
|
|
background: gold;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|