https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 692d06d8abb80685ed82a207400a91e90570e966 authored by Jonathon Kereliuk on 03 April 2018, 17:34:40 UTC
remove junk
Tip revision: 692d06d
xhtml.3
<html xmlns="http://www.w3.org/1999/xhtml#">
 <head>
  <title>Test</title>
 </head>
 <body>
  <p> <strong> Namespace Test </strong> </p>
  <script type="text/javascript">
   parent.notify("xhtml.3")
  </script>
 </body>
</html>
back to top