blob: 2ebde9167c63dc0acb282f0e462635e778205dbf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: SVG element is blended.</title>
<link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
<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>