mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-24 09:32:53 +00:00
13 lines
298 B
HTML
13 lines
298 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>test 774</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
|
||
|
<span id="t1" role="presentation">foo</span>
|
||
|
</body>
|
||
|
</html>
|
||
|
|