blob: adf1d23fa76d1ca104fd97fb3366f51a2264b033 [file] [log] [blame]
<!-- This page is used to test that namespace elements are retrieved
correctly by the FrameSerializer.
-->
<html>
<body>
<script>
document.addEventListener("DOMContentLoaded", function () {
document.body.appendChild(document.createElementNS("", "ns"));
});
</script>
</body>
</html>