зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
375 B
HTML
17 строки
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>
|