1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/accessible/tests/mochitest/pivot/doc_virtualcursor.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + <title>Pivot test document</title> 1.8 + <meta charset="utf-8" /> 1.9 +</head> 1.10 +<body> 1.11 + <h1 id="heading-1-1">Main Title</h1> 1.12 + <h2 id="heading-2-1" aria-hidden="true">First Section Title</h2> 1.13 + <p id="paragraph-1"> 1.14 + Lorem ipsum <strong>dolor</strong> sit amet. Integer vitae urna 1.15 + leo, id <a href="#">semper</a> nulla. 1.16 + </p> 1.17 + <h2 id="heading-2-2" aria-hidden="undefined">Second Section Title</h2> 1.18 + <p id="paragraph-2" aria-hidden=""> 1.19 + Sed accumsan luctus lacus, vitae mollis arcu tristique vulputate.</p> 1.20 + <p id="paragraph-3" aria-hidden="true"> 1.21 + <a href="#" id="hidden-link">Maybe</a> it was the other <i>George Michael</i>. 1.22 + You know, the <a href="#">singer-songwriter</a>. 1.23 + </p> 1.24 + <p style="opacity: 0;" id="paragraph-4"> 1.25 + This is completely transparent 1.26 + </p> 1.27 + <iframe 1.28 + src="data:text/html,<html><body>An <i>embedded</i> document.</body></html>"> 1.29 + </iframe> 1.30 + <div id="hide-me">Hide me</div> 1.31 + <p id="links" aria-hidden="false"> 1.32 + <a href="http://mozilla.org" title="Link 1 title">Link 1</a> 1.33 + <a href="http://mozilla.org" title="Link 2 title">Link 2</a> 1.34 + <a href="http://mozilla.org" title="Link 3 title">Link 3</a> 1.35 + </p> 1.36 + <ul> 1.37 + <li>Hello<span> </span></li> 1.38 + <li>World</li> 1.39 + </ul> 1.40 +</body> 1.41 +</html>