summaryrefslogtreecommitdiffstats
path: root/devtools/shared/commands/target/tests/simple_document.html
blob: d6a449e489d385a15416f14ce61f9926755ad7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf8">
  <title>Test empty document</title>
  <!-- Any copyright is dedicated to the Public Domain.
     - http://creativecommons.org/publicdomain/zero/1.0/ -->
</head>
<body>
<p>Test empty document</p>
</body>
</html>