blob: 963697d84b900b7581d6c9d6b5098682d2d17cf0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: Image element with mix-blend-mode.</title>
<link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
<style type="text/css">
div {
width: 100px;
height: 75px;
background: #FF0;
}
</style>
</head>
<body>
<p>Test passes if you can see a green rectangle.</p>
<div>
<img src="../support/red.png" style="max-width:100%; max-height:100%;">
</div>
</body>
</html>