mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-09 13:30:34 +00:00
14 lines
304 B
HTML
14 lines
304 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>test 773
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
|
|
<div id="t1" style="display:none">foo</div>
|
|
</body>
|
|
</html>
|
|
|