From ab7e648bf358af96db67e1ce935df7e782ea7f3c Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Fri, 9 May 2008 21:37:25 +0000 Subject: [PATCH] Add reference to bug # for disabled test (bug 433089) git-svn-id: svn://10.0.0.236/trunk@251481 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/events/test/test_bug409604.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -