summaryrefslogtreecommitdiffstats
path: root/dom/html/test/bug499092.html
blob: 0476fa4e760ba269a77348efde7cc3dcaedfaf61 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<script>
var title = document.createElementNS("http://www.w3.org/1999/xhtml", "aa:title");
title.textContent = "HTML OK";
document.documentElement.firstChild.appendChild(title);
</script>