accessible/tests/mochitest/pivot/doc_virtualcursor.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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>

mercurial