blob: 158fa077430d6ed5cbdaf31a4bd3aa3e2456bd1d [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="light" primitiveUnits="userSpaceOnUse">
<feSpecularLighting lighting-color="blue" surfaceScale="5" specularConstant="10" specularExponent="6">
<feDistantLight azimuth="0" elevation="30"/>
</feSpecularLighting>
</filter>
</defs>
<text y="20">Test passes if it does not assert in debug builds.</text>
<rect x="0" y="30" height="10" width="10000" filter="url(#light)" fill="black" />
<script>
<![CDATA[
if (window.testRunner)
testRunner.dumpAsText();
]]>
</script>
</svg>