<!DOCTYPE html> | |
<head> | |
<link rel="stylesheet" href="resources/blending-style.css"> | |
</head> | |
<!-- Test whether default blend mode values are set for the unspecified layers in background-blend-mode. --> | |
<body> | |
<div class="green margin10 bigbox bg-full ducky-and-gradient"></div> | |
<div class="green margin10 bigbox bg-difference bg-full ducky-and-gradient"></div> | |
</body> |