summaryrefslogtreecommitdiffstats
path: root/accessible/tests/mochitest/text/doc.html
blob: d57406c226813d8dc7cd84fa7c18b93bc2bd3d4d (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
  <script type="application/javascript">
    document.documentElement.appendChild(document.createTextNode("outbody"));
  </script>
</head>
<body>inbody</body>
</html>