RetroZilla/rzTests/rz3-test.htm

18 lines
386 B
HTML
Raw Normal View History

2016-05-05 02:13:50 +02:00
<!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>
</body>
</html>