This commit is contained in:
jruderman@hmc.edu 2008-03-02 22:40:11 -08:00
Родитель 8ac38c7dae
Коммит 0642ec7dbc
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="boom();">
<script type="text/javascript">
function boom()
{
document.getElementById("b").style.position = "absolute";
document.getElementById("a").style.color = "green";
}
</script>
<defs>
<g id="a"><xul:listbox/></g>
</defs>
<g id="b"><use xlink:href="#a"/></g>
</svg>

После

Ширина:  |  Высота:  |  Размер: 492 B

Просмотреть файл

@ -4,3 +4,4 @@ load 346258-1.html
load 346512-1.xhtml
load 382133-1.html
load 394810-1.html
load 418139-1.svg