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>Testcase for defaulting of 'type' attribute on <style></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>