RetroZilla/rzTests/rz3-test.htm

23 lines
534 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>RetroZilla 3.0 Gecko Test</title>
<link rel="stylesheet" type="text/css" href="rz3-test.css">
</head>
<body>
<h1>RetroZilla 3.0 Gecko Test Page</h1>
<hr>
<h2>cursor:none (bug 346690)</h2>
<h3>Default</h3>
<img src="test-image.gif">
<h3>cursor:none</h3>
<img src="test-image.gif" id="bug346690">
<hr>
<h2>content:none (bug 378535)</h2>
<p class="bug378535">My name is Donald</p>
<p class="bug378535" id="hometown">I live in Ducksburg</p>
<hr>
</body>
</html>