Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test that filters and group opacity are applied in the correct order on an element</title>
<filter id="filter" filterUnits="userSpaceOnUse" x="0" y="0" width="100%" height="100%">
<feFlood in="SourceGraphic" flood-color="blue"/>
</filter>
<rect width="1" height="1" filter="url(#filter)" opacity=".5"/>
</svg>