servo/tests/wpt/css-tests/compositing-1_dev/xhtml1/mix-blend-mode-in-svg-image.xht

18 lines
No EOL
983 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Compositing and Blending: mix-blend-mode in an SVG linked as an image</title>
<link U00022="" href="mailto:cabanier@adobe.com" rel="author" title="Rik Cabanier" />
<link href="https://drafts.fxtf.org/compositing-1/#isolation" rel="help" />
<link href="mailto:dschulze@adobe.com" rel="reviewer" title="Dirk Schulze" />
<link href="https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG" rel="help" />
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
<meta content="svg" name="flags" />
<link href="reference/mix-blend-mode-svg-rectangle-ref.xht" rel="match" />
</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>