summaryrefslogtreecommitdiffstats
path: root/devtools/shared/commands/resource/tests/early_console_document.html
blob: e4523dbdeb21608c9947ec9c8744a96f23906116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf8">
  <title>Test fission document</title>
  <!-- Any copyright is dedicated to the Public Domain.
     - http://creativecommons.org/publicdomain/zero/1.0/ -->
  <script>
    "use strict";
    console.log("early-page-log");
  </script>
</head>
<body></body>
</html>