blob: b07685d951735d521418a98e2b7bf283a068019b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
<style>
html {
background-color: white;
}
body {
/* The default 8px margin makes the background not line up exactly */
margin: 0;
background: url(support/transform-triangle-left.svg) top left;
opacity: 0.5;
height: 100vh;
}
</style>
</head>
<body>
</body>
</html>
|