зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
597 B
HTML
11 строки
597 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Whitespace text accessible creation/destruction</title>
|
|
</head>
|
|
<body id="body">
|
|
<div id="container1"> <img src="http://example.com/a11y/accessible/tests/mochitest/moz.png"> <img id="img1" src="http://example.com/a11y/accessible/tests/mochitest/moz.png"> <img src="http://example.com/a11y/accessible/tests/mochitest/moz.png"> </div>
|
|
<div id="container2-parent"> <a id="container2"></a> <a><img src="http://example.com/a11y/accessible/tests/mochitest/moz.png"></a> </div>
|
|
</body>
|
|
</html>
|