Mypal/accessible/tests/mochitest/text/doc.html

10 lines
197 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<html>
<head>
<script type="application/javascript">
document.documentElement.appendChild(document.createTextNode("outbody"));
</script>
</head>
<body>inbody</body>
</html>