wpt / css / compositing / svg / mix-blend-mode-in-svg-image.html

Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/compositing/svg/mix-blend-mode-in-svg-image.html

<!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="help" href="https://drafts.fxtf.org/compositing-1/#isolation">
		<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
		<link rel="help" href="https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG">
		<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
		<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>

/css/compositing/svg/reference/mix-blend-mode-in-svg-image-ref.html

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>CSS Reftest Reference</title>
		<link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com">
		<style>
		div {
			width: 100px;
			height:100px;
			background-color: #0F0;
		}
		</style>
	</head>
	<body>
		<p>There should be a green rectangle on the screen. <br>
		   Test passes if you see a green rectangle.</p>
		<div></div>
	</body>
</html>