2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
5 <svg xmlns=
"http://www.w3.org/2000/svg" onload=
"m();">
7 <title>Testcase for style changes
</title>
9 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=395155 -->
11 <style id=
"s" type=
"text/css">
18 var s = document.getElementById(
"s");
19 s.appendChild(document.createTextNode(
"tspan { fill: green }"));