accessible/tests/mochitest/pivot/doc_virtualcursor.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial