зеркало из https://github.com/mozilla/gecko-dev.git
Test for bug 547333.
This commit is contained in:
Родитель
af8245235d
Коммит
4886418c6c
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
class="reftest-wait">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementsByTagName("animate")[0].setAttributeNS(null, "attributeName", "font-size");
|
||||
document.getElementsByTagName("text")[0].setAttributeNS(null, "fill", "green");
|
||||
document.documentElement.removeAttributeNS(null, "x");
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
window.addEventListener("load", boom, false);
|
||||
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<text>abc<animate/></text>
|
||||
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 540 B |
|
@ -5,3 +5,4 @@ load 526875-1.svg
|
|||
load 526875-2.svg
|
||||
load 529387-1.xhtml
|
||||
load 537157-1.svg
|
||||
load 547333-1.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче