mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
7 lines
197 B
HTML
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>
|