https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ab47c2637b5f2b033910a5835d050a135d4cc2b6 authored by Anne van Kesteren on 21 March 2018, 14:23:38 UTC
Make MessagePort's close() detach
Tip revision: ab47c26
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