summaryrefslogtreecommitdiffstats
path: root/netwerk/test/mochitests/empty.html
blob: e60f5abdf4897f80aa0a0a2d0bcfb6fb97579276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->

<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
  This page does nothing. If the loading page managed to load this, the test
  probably succeeded.
</body>
</html>