5 <title><script
>-in-
<svg
> test
</title>
8 testRunner
.dumpAsText();
12 <svg height=
"360" version=
"1.1" viewBox=
"0 0 360 360" width=
"360">
13 <text id='t' x='
100' y='
100' fill='black' font-size='
72'
>FAIL
</text>
15 var el
= document
.getElementById('t');
16 var t
= document
.createTextNode('PASS');
17 el
.replaceChild(t
, el
.firstChild
);
21 <p>Do you see
"PASS" above? That means
<script
>-in-
<svg
>-in-HTML works OK.
</p>