https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1e7d904d39eeb95877e4ae60011ca2ab874d5f7f authored by Anne van Kesteren on 11 May 2018, 06:10:04 UTC
add variants where .close() is called
Tip revision: 1e7d904
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