| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <style> | |
| div { | |
| width: 100px; | |
| height: 100px; | |
| background-color: #FFFFFF; | |
| background-image: url('resources/gray_square.svg'); | |
| -webkit-background-blend-mode: multiply; | |
| } | |
| </style> | |
| </head> | |
| <!-- Test whether blend mode applies when specifying the background layers separately, using both background-image and background-color --> | |
| <body> | |
| <div></div> | |
| </body> | |
| </html> |