bailout-order-xml-with-synchronous-script-frame.xhtml (294B)
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 hook to run script from a script tag</title></head> 5 <body> 6 <p>Text</p> 7 <script> 8 parent.testSynchronousScript(); 9 </script> 10 </body> 11 </html>