summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/acid/acid3/xhtml.1
blob: 8daafce8cd276c00e1b429c36173c653107de4e1 (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> XHTML Test </strong> </p>
  <script type="text/javascript">
   parent.notify("xhtml.1")
  </script>
 </body>
</html>