mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
469 B
XML
15 lines
469 B
XML
<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'>
|
|
<button style='-moz-appearance:none'>this is a button inside of SVG</button>
|
|
<br/>
|
|
<select style='-moz-appearance:none'>
|
|
<option>This is a menu inside of SVG</option>
|
|
<option>a second menu option</option>
|
|
</select>
|
|
</div>
|
|
</foreignObject>
|
|
</svg>
|
|
|
|
<!-- Bug 686581 -->
|