mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
18 lines
386 B
HTML
18 lines
386 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>
|
|
</body>
|
|
</html> |