Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/compositing/svg/mix-blend-mode-in-svg-image.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>CSS Compositing and Blending: mix-blend-mode in an SVG linked as an image</title>
<link rel="author" title="Rik Cabanier" href="mailto:cabanier@adobe.com"">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<meta name="flags" content="svg">
<link rel="match" href="reference/mix-blend-mode-in-svg-image-ref.html">
</head>
<body>
<p>There should be a green rectangle on the screen. <br>
Test passes if you see a green rectangle.</p>
<img src="support/green_square_blending.svg"/>
</body>
</html>