summaryrefslogtreecommitdiffstats
path: root/accessible/tests/browser/e10s/doc_treeupdate_whitespace.html
blob: f17dbbd60ed9737ee18c6728721a7fa474677b52 (plain)
1
2
3
4
5
6
7
8
9
10
<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>