Closed
Bug 633725
Opened 14 years ago
Closed 14 years ago
docload_wnd.xul (and nsRootAcc_wnd.xul) tries to load about:robots which is Firefox specific (atm)
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
VERIFIED
FIXED
mozilla2.0
People
(Reporter: sgautherie, Assigned: sgautherie)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
http://mxr.mozilla.org/mozilla-central/search?string=about%3Arobots&case=1&find=%2Faccessible%2Ftests%2Fmochitest%2F
{
/accessible/tests/mochitest/events/docload_wnd.xul
* line 229 -- gQueue.push(new loadURIInvoker("about:robots"));
/accessible/tests/mochitest/name/nsRootAcc_wnd.xul
* line 91 -- tabBrowser.loadURI("about:robots");
}
Do these tests specifically require about:robots (why?),
or could they just use one of the more common pages listed at about:about, like about:logo or about:rights for example?
*****
Atm, this is causing a perma-orange on SeaMonkey:
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1297485532.1297489043.18251.gz
WINNT 5.2 comm-central-trunk debug test mochitest-other on 2011/02/11 20:38:52
{
2143 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/events/test_docload.xul | Test timed out.
}
Assignee | ||
Updated•14 years ago
|
Blocks: SmTestFail
Assignee | ||
Comment 1•14 years ago
|
||
Assuming about:robots has nothing special here.
Ftr, about:robots has 1 icon and 2 images, about: has 1 image (only).
Assignee: nobody → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #515181 -
Flags: review?(marco.zehe)
Comment 2•14 years ago
|
||
Comment on attachment 515181 [details] [diff] [review]
(Av1) s/about:robots/about:/g, Replace bug 586818 comment with an explicit todo()
[Checked in: Comment 3]
r=me thanks! This is safe to change since none of the checkers test the tree of the actual document (which is where you'd have to account for testing for 1 versus 2 images).
Attachment #515181 -
Flags: review?(marco.zehe) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 515181 [details] [diff] [review]
(Av1) s/about:robots/about:/g, Replace bug 586818 comment with an explicit todo()
[Checked in: Comment 3]
http://hg.mozilla.org/mozilla-central/rev/5ff5318a9b04
Attachment #515181 -
Attachment description: (Av1) s/about:robots/about/g, Replace bug 586818 comment with an explicit todo() → (Av1) s/about:robots/about:/g, Replace bug 586818 comment with an explicit todo()
[Checked in: Comment 3]
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Summary: docload_wnd.xul (and nsRootAcc_wnd.xul) tries to load about:robots which is still +/- Firefox specific → docload_wnd.xul (and nsRootAcc_wnd.xul) tries to load about:robots which is Firefox specific (atm)
Assignee | ||
Comment 4•14 years ago
|
||
(Firefox is still green and)
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1298775209.1298777746.28772.gz
Linux comm-central-trunk debug test mochitest-other on 2011/02/26 18:53:29
{
2242 INFO TEST-END | chrome://mochitests/content/a11y/accessible/events/test_docload.xul | finished in 3502ms
}
V.Fixed
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•13 years ago
|
Blocks: a11ytestdev
You need to log in
before you can comment on or make changes to this bug.
Description
•