file_inline_script.xhtml (231B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE html> 3 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <script>window.scriptRan = true;</script> 6 <title/> 7 </head> 8 <body> 9 <p>Hello Mochitest</p> 10 </body> 11 </html>