mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
25 lines
503 B
HTML
25 lines
503 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<style>
|
|
html {
|
|
background: white;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
body {
|
|
background: url(support/transform-triangle-up.svg);
|
|
overflow: hidden;
|
|
transform: rotate(90deg);
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|