summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/resources/bailout-order-xml-with-domain-frame.sub.xhtml
blob: b054c0fe3a1e6b34127c83561140c06963f2dbfc (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head><title>XHTML document with domain set</title></head>
  <body>
    <p>Text</p>
    <script>
      document.domain = "{{host}}";
    </script>
  </body>
</html>