blob: 1b390a291e0d578d7eea38815ebd6647f379dd17 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="document.getElementById('pp').contentHeight;">
<foreignObject>
<xul:prefpane id="pp"/>
</foreignObject>
</svg>
|