blob: 3a89df453bbe9d7c62d15b06f689f1886fa629f5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: Paragraph element with mix-blend-mode over parent with background image.</title>
<link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
<style type="text/css">
div {
width: 100px;
height: 100px;
background-image: url('../support/yellow_square.svg');
}
#blender {
color: #0F0;
}
</style>
</head>
<body>
<p>Test passes if the paragraph text is drawn with green.</p>
<div>
<p id="blender">This should be drawn with green.</p>
</div>
</body>
</html>