diff --git a/tests/content/firebug.html b/tests/content/firebug.html index 130fa34af8..f66dc07f3c 100644 --- a/tests/content/firebug.html +++ b/tests/content/firebug.html @@ -257,7 +257,7 @@ //{group: "script", uri: "script/4724/issue4724.js", desc: ""Disable Breakpoint" is not checked on disabled breakpoints", testPage: "script/4724/issue4724.html"}, {group: "script", uri: "script/4816/issue4816.js", desc: "Script panel claims No JavaScript when it means you're stopped on a breakpoint on some other tab", testPage: "script/4816/issue4816.html"}, {group: "script", uri: "script/4818/issue4818.js", desc: "frame.eval fails for everthing but the newest frame of the stack", testPage: "script/4818/issue4818.html"}, - //{group: "script", uri: "script/4932/issue4932.js", desc: "The Script panel shows No Javascript on this page even if they are scripts within an iframe", testPage: "script/4932/issue4932.html"}, + {group: "script", uri: "script/4932/issue4932.js", desc: "The Script panel shows No Javascript on this page even if they are scripts within an iframe", testPage: "script/4932/issue4932.html"}, {group: "script/breakpoints", uri: "script/breakpoints/4854/issue4854.js", desc: "Issue 4854: XHR breakpoints can't be removed from Breakpoints side panel", testPage: "script/breakpoints/4854/issue4854.html"}, {group: "script/breakpoints", uri: "script/breakpoints/4889/issue4889.js", desc: "Issue 4889: Folding for breakpoint categories", testPage: "script/breakpoints/4889/issue4889.html"}, {group: "script/breakpoints", uri: "script/breakpoints/5525/issue5525.js", desc: "Setting error breakpoints causes error in Breakpoints side panel", testPage: "script/breakpoints/5525/issue5525.html"}, diff --git a/tests/content/known-failures.html b/tests/content/known-failures.html index 9d44473dcc..517304af19 100644 --- a/tests/content/known-failures.html +++ b/tests/content/known-failures.html @@ -37,7 +37,7 @@ */ var testList = [ {group: "script", uri: "script/3985/issue3985.js", desc: "Can't break on code inserted twice using iframes, in one iframe", testPage: "script/3985/issue3985.html"}, - {group: "script", uri: "script/4932/issue4932.js", desc: "The Script panel shows No Javascript on this page even if they are scripts within an iframe", testPage: "script/4932/issue4932.html"}, + //{group: "script", uri: "script/4932/issue4932.js", desc: "The Script panel shows No Javascript on this page even if they are scripts within an iframe", testPage: "script/4932/issue4932.html"}, //{group: "net", uri: "net/4905/issue4905.js", desc: "Show the \"Connection\" header in the network/headers part", testPage: "net/4905/issue4905.html" }, //{group: "css", uri: "css/4180/issue4180.js", desc: "Incorrect background value order", testPage: "css/4180/issue4180.html"}, ];