| <!DOCTYPE HTML> | |
| <head> | |
| <link rel="stylesheet" href="resources/blending-style.css"> | |
| <style> | |
| div { | |
| background-image: url('resources/gray_square.svg'); | |
| } | |
| </style> | |
| </head> | |
| <!-- Test whether blend mode applies when specifying the background layers separately, using both background-image and background-color --> | |
| <body> | |
| <div class="white box bg-multiply"></div> | |
| </body> |