summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-mutation.html
blob: e80933b06d0c4aa7fee4de78c0ee80d5de264652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html dir="ltr" xml:lang="en-US" lang="en-US">
  <head>
    <meta charset="utf-8">
    <title>Console mutation test</title>
    <script>
      window.onload = function (){
        var node = document.createElement("div");
        document.body.appendChild(node);
      };
  </script>
  </head>
  <body>
    <h1>Heads Up Display DOM Mutation Test Page</h1>
  </body>
</html>