1 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <foreignObject width=
"500" height=
"500" style=
"-moz-appearance: checkbox;">
4 <option xmlns=
"http://www.w3.org/1999/xhtml"></option>
10 window.addEventListener(
"load", function() {
11 document.getElementsByTagName(
"option")[
0].appendChild(document.createTextNode(
"Option 1"));