r1697 - branches/experimental/tabbable/tests
Author: scott.gonzalez
Date: Mon Jan 19 16:33:04 2009
New Revision: 1697
Modified:
branches/experimental/tabbable/tests/core.html
Log:
Tabbable: Removed tabindex normalization tests.
Modified: branches/experimental/tabbable/tests/core.html
==============================================================================
--- branches/experimental/tabbable/tests/core.html (original)
+++ branches/experimental/tabbable/tests/core.html Mon Jan 19 16:33:04 2009
@@ -24,21 +24,6 @@
<ol id="tests"></ol>
<div id="main" style="position: absolute; top: -10000px; border: 1px solid
black; padding: 10px; margin: 10px;">
- <!-- BEGIN TABINDEX -->
- <h1>Food</h1>
- <ol id="listWithTabIndex" tabindex="0">
- <li id="foodWithNegativeTabIndex" tabindex="-1">Rice</li>
- <li id="foodNoTabIndex">Beans</li>
- <li>Blinis</li>
- <li>Tofu</li>
- </ol>
-
- <h2 id="headingWithNoTabIndex">I'm hungry. I should...</h2>
- <a href="#" id="linkWithNoTabIndex">Eat lots of food</a> |
- <a href="#" id="linkWithTabIndex" tabindex="2">Eat a little food</a> |
- <a href="#" id="linkWithNegativeTabIndex" tabindex="-1">Eat no food</a>
- <!-- END TABINDEX -->
-
<div id="wrap1">
<input id="input1-1" />
<input type="text" id="input1-2" />