Backed out changeset 8be4693aecbb (bug 1754905) for causing bustages in xpcAccessible...
[gecko.git] / accessible / tests / mochitest / pivot / doc_virtualcursor.html
bloba456f2dfcdea6cd5548cddc9d8007f2056840a93
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Pivot test document</title>
5 <meta charset="utf-8" />
6 </head>
7 <body>
8 <h1 id="heading-1-1">Main Title</h1>
9 <h2 id="heading-2-1" aria-hidden="true">First Section Title</h2>
10 <p id="paragraph-1">
11 Lorem ipsum <strong>dolor</strong> sit amet. Integer vitae urna
12 leo, id <a href="#">semper</a> nulla.
13 </p>
14 <h2 id="heading-2-2" aria-hidden="undefined">Second Section Title</h2>
15 <p id="paragraph-2" aria-hidden="">
16 Sed accumsan luctus lacus, vitae mollis arcu tristique vulputate.</p>
17 <p id="paragraph-3" aria-hidden="true">
18 <a href="#" id="hidden-link">Maybe</a> it was the other <i>George Michael</i>.
19 You know, the <a href="#">singer-songwriter</a>.
20 </p>
21 <p style="opacity: 0;" id="paragraph-4">
22 This is completely transparent
23 </p>
24 <iframe
25 src="data:text/html,<html><body>An <i>embedded</i> document.</body></html>">
26 </iframe>
27 <div id="hide-me">Hide me</div>
28 <p id="links" aria-hidden="false">
29 <a href="http://mozilla.org" title="Link 1 title">Link 1</a>
30 <a href="http://mozilla.org" title="Link 2 title">Link 2</a>
31 <a href="http://mozilla.org" title="Link 3 title">Link 3</a>
32 </p>
33 <ul>
34 <li>Hello<span> </span></li>
35 <li>World</li>
36 </ul>
37 </body>
38 </html>