summaryrefslogtreecommitdiffstats
path: root/content/test/data/browser_plugin_title_change.html
blob: 0ad78e8ac8805045fdf8710035bccfa0eda48d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <script type="text/javascript">
      function SetTitle(title) {
        document.title = title;
      }
    </script>
  </head>
  <body>
    <script>SetTitle('done');</script>
  </body>
</html>