6 background: url('resources/ducky.png') no-repeat
0 0 /
100%
100%, linear-gradient(to right, white
0%, gray
100%), green;
13 <!-- This file should contain two divs with 3 background layers. Test background blend mode differences when only one layer blends differently. -->
15 <div style=
"background-blend-mode: hue, multiply, normal;"></div>
16 <div style=
"background-blend-mode: luminosity, multiply, normal;"></div>