1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-04 22:28:36 +00:00
Files
UXP/layout/generic/crashtests/494283-2.html
T

7 lines
197 B
HTML

<body>
<fieldset id="x"><legend>longlonglong</legend></fieldset>
<script>
var x = document.getElementById("x");
x.insertBefore(document.createTextNode("aa"), x.firstChild);
</script>