1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/accessible/tests/mochitest/pivot/doc_virtualcursor_text.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 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 + <div id="start-block">This is the very beginning.</div> 1.12 + <p id="paragraph-1"> 1.13 + This <b>is</b> <a id="p1-link-1" href="#">the</a> test of text. 1.14 + </p> 1.15 + <div id="section-1">A <a id="s1-link-1" href="#">multiword link</a> is here. <a id="s1-link-2" href="#">We</a> will traverse</div> 1.16 + <div id="section-2">into, out, and between the subtrees.</div> 1.17 + <p id="paragraph-2">Singularity.</p> 1.18 + <table> 1.19 + <tr> 1.20 + <td id="cell-1">Magical</td> 1.21 + <td id="cell-2">unicorns</td> 1.22 + </tr> 1.23 + <tr> 1.24 + <td id="cell-3">and wizards</td> 1.25 + <td id="cell-4">really exist.</td> 1.26 + </tr> 1.27 + </table> 1.28 + <div id="section-3">Endless fun!</div> 1.29 + <p id="paragraph-3">Objects<a id="p3-link-1" href="#">adjacent</a>to <a id="p3-link-2" href="#">each</a><a id="p3-link-3" href="#">other</a> should be separate.</p> 1.30 + <div id="end-block">End!</div> 1.31 +</body> 1.32 +</html>