mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
19 lines
421 B
HTML
19 lines
421 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: url(support/transform-triangle-right.svg) top right;
|
|
}
|
|
body {
|
|
/* The default 8px margin makes the background not line up exactly */
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|