bailout-order-xml-with-domain-frame.sub.xhtml (266B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE html> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head><title>XHTML document with domain set</title></head> 5 <body> 6 <p>Text</p> 7 <script> 8 document.domain = "{{host}}"; 9 </script> 10 </body> 11 </html>