author | Justin Dolske <dolske@mozilla.com> |
Fri, 07 Jan 2011 19:09:43 -0800 | |
changeset 60232 | 534adf40eb8b29da66218e32ca34a0096940937e |
parent 60231 | 906f834203ffaae888029972aa28fbfc0c839f54 |
child 60233 | 7b08fef26335b22f23fab430b6938b6f36ec8187 |
push id | 17891 |
push user | jdolske@mozilla.com |
push date | Sat, 08 Jan 2011 03:09:53 +0000 |
treeherder | mozilla-central@534adf40eb8b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bustage |
bugs | 620145 |
milestone | 2.0b9pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/components/prompts/test/test_bug620145.html +++ b/toolkit/components/prompts/test/test_bug620145.html @@ -16,16 +16,18 @@ <script class="testbody" type="text/javascript"> SimpleTest.waitForExplicitFinish(); var testNum = 0; function runtest() { netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect'); +todo("test disabled, doesn't seem to work."); +SimpleTest.finish(); isTabModal = true; startCallbackTimer(); var utils = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor). getInterface(Components.interfaces.nsIDOMWindowUtils); var e = document.createEvent("MouseEvent"); e.initEvent("mousedown", false, false, window, 0, 1, 1, 1, 1,