<!DOCTYPE HTML> | |
<html> | |
<head> | |
<style> | |
.container { | |
width: 90px; | |
height: 90px; | |
background-color: rgb(0,2,252); | |
border: 5px solid rgb(3,0,0); | |
} | |
</style> | |
</head> | |
<body onload="applyBlendMode()"> | |
<p>Test that mix-blend-mode multiply set from javascript on an element<br /> | |
having opacity uses the backdrop limited to its stacking context.</p> | |
<p>This test passes if you can see a blue square with black border.</p> | |
<div class="container"> | |
</div> | |
</body> | |
</html> |