773.html (304B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>test 773 6 </title> 7 </head> 8 <body> 9 <img src="foo.jpg" id="test" alt="test" aria-describedby="t1"> 10 <div id="t1" style="display:none">foo</div> 11 </body> 12 </html>