1
0
Fork 0
firefox/testing/web-platform/tests/css/compositing/root-element-background-image-transparency-001-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
504 B
HTML

<!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>