diff --git a/mozilla/content/events/test/test_bug409604.html b/mozilla/content/events/test/test_bug409604.html index 041cae9c445..8c365f4a0e5 100644 --- a/mozilla/content/events/test/test_bug409604.html +++ b/mozilla/content/events/test/test_bug409604.html @@ -23,7 +23,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=409604 var modifier = Components.interfaces.nsIDOMNSEvent.ALT_MASK | Components.interfaces.nsIDOMNSEvent.SHIFT_MASK; var expectedFocus = "d,g,h,k,l,m"; - // XXX the "map" test is causing trouble + // XXX the "map" test is causing trouble, see bug 433089 // var expectedClick = "a,b,c,e,f,i,j"; var expectedClick = "a,c,e,f,i,j"; var focusArray = expectedFocus.split(","); @@ -85,7 +85,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=409604 "body", "col", "colgroup", -// XXX the "map" test is causing trouble +// XXX the "map" test is causing trouble, see bug 433089 // "map", "table", "tbody", @@ -156,7 +156,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=409604 function testValidElements() { for (var code = "a".charCodeAt(0); code <= "o".charCodeAt(0); ++ code) { - // XXX the "map" test is causing trouble + // XXX the "map" test is causing trouble, see bug 433089 if (code == "b".charCodeAt(0)) continue; pressAccessKey(code); @@ -267,7 +267,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=409604 atest link -