1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/foreignObject-form-theme.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<svg xmlns='http://www.w3.org/2000/svg' width='500' height='200'> 1.5 + <foreignObject width='500' height='500'> 1.6 + <div xmlns='http://www.w3.org/1999/xhtml'> 1.7 + <button style="-moz-appearance: button !important">this is a button inside of SVG</button> 1.8 + <br/> 1.9 + <select style="-moz-appearance: menulist !important"> 1.10 + <option>This is a menu inside of SVG</option> 1.11 + <option>a second menu option</option> 1.12 + </select> 1.13 + </div> 1.14 + </foreignObject> 1.15 +</svg> 1.16 + 1.17 +<!-- Bug 686581 -->