accessible/tests/mochitest/name/test_markup.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <html>
michael@0 2
michael@0 3 <head>
michael@0 4 <title>nsIAccessible::name calculation for elements</title>
michael@0 5 <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css" />
michael@0 6
michael@0 7 <script type="application/javascript"
michael@0 8 src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
michael@0 9 <script type="application/javascript"
michael@0 10 src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>
michael@0 11
michael@0 12 <script type="application/javascript"
michael@0 13 src="../common.js"></script>
michael@0 14 <script type="application/javascript"
michael@0 15 src="../events.js"></script>
michael@0 16 <script type="application/javascript"
michael@0 17 src="../name.js"></script>
michael@0 18 <script type="application/javascript"
michael@0 19 src="../attributes.js"></script>
michael@0 20
michael@0 21 <script type="application/javascript"
michael@0 22 src="markup.js"></script>
michael@0 23
michael@0 24 <script type="application/javascript">
michael@0 25 // gA11yEventDumpID = "eventdump";
michael@0 26 //gDumpToConsole = true;
michael@0 27 //gA11yEventDumpToConsole = true;
michael@0 28
michael@0 29 SimpleTest.waitForExplicitFinish();
michael@0 30 addA11yLoadEvent(testNames);
michael@0 31 </script>
michael@0 32
michael@0 33 </head>
michael@0 34
michael@0 35 <body>
michael@0 36
michael@0 37 <a target="_blank"
michael@0 38 href="https://bugzilla.mozilla.org/show_bug.cgi?id=459635"
michael@0 39 title="nsIAccessible::name calculation for elements">
michael@0 40 Bug 459635
michael@0 41 </a>
michael@0 42 <a target="_blank"
michael@0 43 href="https://bugzilla.mozilla.org/show_bug.cgi?id=666212"
michael@0 44 title="summary attribute content mapped to accessible name in MSAA">
michael@0 45 Bug 666212
michael@0 46 </a>
michael@0 47 <a target="_blank"
michael@0 48 href="https://bugzilla.mozilla.org/show_bug.cgi?id=786163"
michael@0 49 title=" Sort out name calculation for HTML input buttons">
michael@0 50 Bug 786163
michael@0 51 </a>
michael@0 52
michael@0 53 <p id="display"></p>
michael@0 54 <div id="content" style="display: none"></div>
michael@0 55 <pre id="test">
michael@0 56 </pre>
michael@0 57
michael@0 58 <div id="eventdump"></div>
michael@0 59 </body>
michael@0 60 </html>

mercurial