mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<!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 Test: mix-blend-mode for a simple SVG element - rectangle</title>
|
||||
<link href="mailto:mbudaes@adobe.com" rel="author" title="Mirela Budăeș" />
|
||||
<link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
<link href="http://dev.w3.org/fxtf/compositing-1/#csscompositingrules_SVG" rel="help" />
|
||||
<link href="http://dev.w3.org/fxtf/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 no red rectangle on the screen. <br />
|
||||
Test passes if you see a black rectangle.</p>
|
||||
<svg width="400px" xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1" height="400px" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="0" width="100" fill="aqua" x="0" height="100"></rect>
|
||||
<rect width="100" style="mix-blend-mode: multiply" y="0" x="0" fill="red" height="100"></rect>
|
||||
</svg>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user