2011-09-24 01:28:55 -07:00
|
|
|
<svg xmlns='http://www.w3.org/2000/svg' width='500' height='200'>
|
|
|
|
<foreignObject width='500' height='500'>
|
|
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
2011-09-26 09:29:06 -07:00
|
|
|
<button style="-moz-appearance: button !important">this is a button inside of SVG</button>
|
2011-09-24 01:28:55 -07:00
|
|
|
<br/>
|
2011-09-26 09:29:06 -07:00
|
|
|
<select style="-moz-appearance: menulist !important">
|
2011-09-24 01:28:55 -07:00
|
|
|
<option>This is a menu inside of SVG</option>
|
|
|
|
<option>a second menu option</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</foreignObject>
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<!-- Bug 686581 -->
|