Mypal/netwerk/test/mochitests/empty.html
2019-03-11 13:26:37 +03:00

17 lines
375 B
HTML

<!--
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>