summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/acid/acid3/xhtml.2
blob: c7af4f1c27fa2d8def44c42d34ed9a430d020e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Test</title>
 </head>
 <body>
  <p> <strong/> Parsing Test </strong> </p>
  <script type="text/javascript">
   parent.notify("xhtml.2")
  </script>
 </body>
</html>