1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 10:58:34 +00:00
Files
UXP/toolkit/content/tests/browser/image_page.html
T

10 lines
131 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>OHAI</title>
<body>
<img id="image" src="image.jpg" />
</body>
</html>