Back out bug 409604 due to mochitest failures

This commit is contained in:
gavin@gavinsharp.com 2008-04-22 11:32:00 -07:00
parent 4427ad88cb
commit 5b02a4d255
2 changed files with 0 additions and 13 deletions

View File

@ -27,7 +27,6 @@
* Masayuki Nakano <masayuki@d-toybox.com>
* Ginn Chen <ginn.chen@sun.com>
* Simon Bünzli <zeniko@gmail.com>
* Ehsan Akhgari <ehsan.akhgari@gmail.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),
@ -1463,17 +1462,6 @@ IsAccessKeyTarget(nsIContent* aContent, nsIFrame* aFrame, nsAString& aKey)
if (control)
return PR_TRUE;
if (aContent->IsNodeOfType(nsINode::eHTML)) {
nsIAtom* tag = aContent->Tag();
// HTML area, label and legend elements are never focusable, so
// we need to check for them explicitly before giving up.
if (tag == nsGkAtoms::area ||
tag == nsGkAtoms::label ||
tag == nsGkAtoms::legend)
return PR_TRUE;
}
return PR_FALSE;
}

View File

@ -57,7 +57,6 @@ _TEST_FILES = \
test_bug391568.xhtml \
test_bug402089.html \
test_bug405632.html \
test_bug409604.html \
$(NULL)
_CHROME_FILES = \