Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/style-without-type-attribute.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for defaulting of 'type' attribute on &lt;style&gt;</title>
<style>
#r1 { fill: lime; }
</style>
<style type="">
#r2 { fill: lime; }
</style>
<rect id="r1" width="50%" height="100%" fill="red"/>
<rect id="r2" x="50%" width="50%" height="100%" fill="red"/>
</svg>