servo/tests/wpt/css-tests/compositing-1_dev/html/reference/mix-blend-mode-svg-ref.htm

18 lines
No EOL
451 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Test: SVG element is blended.</title>
<link href="mitica@adobe.com" rel="author" title="Mihai Tica">
<style type="text/css">
div {
width: 100px;
height: 100px;
background: #0F0;
}
</style>
</head>
<body>
<p>Test passes if you can see a green box.</p>
<div></div>
</body></html>