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