Mypal/accessible/tests/mochitest/text/doc.html
2019-03-11 13:26:37 +03:00

10 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="application/javascript">
document.documentElement.appendChild(document.createTextNode("outbody"));
</script>
</head>
<body>inbody</body>
</html>