3 <body onload=
"runTest()">
4 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=94650 -->
5 <div>PASS: did not crash.
</div>
6 <svg id=
"svg" xmlns=
"http://www.w3.org/2000/svg">
7 <text id=
"text"></text>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
15 document
.getElementById('svg').systemLanguage
.initialize("X");
16 document
.getElementById('text').systemLanguage
.clear();