accessible/tests/mochitest/pivot/doc_virtualcursor_text.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

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 <div id="start-block">This is the very beginning.</div>
michael@0 9 <p id="paragraph-1">
michael@0 10 This <b>is</b> <a id="p1-link-1" href="#">the</a> test of text.
michael@0 11 </p>
michael@0 12 <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>
michael@0 13 <div id="section-2">into, out, and between the subtrees.</div>
michael@0 14 <p id="paragraph-2">Singularity.</p>
michael@0 15 <table>
michael@0 16 <tr>
michael@0 17 <td id="cell-1">Magical</td>
michael@0 18 <td id="cell-2">unicorns</td>
michael@0 19 </tr>
michael@0 20 <tr>
michael@0 21 <td id="cell-3">and wizards</td>
michael@0 22 <td id="cell-4">really exist.</td>
michael@0 23 </tr>
michael@0 24 </table>
michael@0 25 <div id="section-3">Endless fun!</div>
michael@0 26 <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>
michael@0 27 <div id="end-block">End!</div>
michael@0 28 </body>
michael@0 29 </html>

mercurial