Skip to content
Snippets Groups Projects
Commit 0dc25f7d authored by criss's avatar criss
Browse files

Backed out changeset 09fd858a96c9 (bug 1783497) for causing Xpcshell failures...

Backed out changeset 09fd858a96c9 (bug 1783497) for causing Xpcshell failures on test_ext_cookies_partitionKey.js
parent e0b32ecd
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ nsChromeProtocolHandler::GetProtocolFlags(uint32_t* result) {
// and "chrome://navigator/content/navigator.xul".
rv = nsChromeRegistry::Canonify(surl);
mozilla::Unused << NS_WARN_IF(NS_FAILED(rv));
if (NS_FAILED(rv)) return rv;
surl.forget(result);
return NS_OK;
......
......@@ -27,7 +27,6 @@ function invalidEventHandler(e)
function checkValidURL(element)
{
info(`Checking ${element.value}\n`);
gInvalid = false;
ok(!element.validity.typeMismatch,
"Element should not suffer from type mismatch");
......@@ -72,7 +71,6 @@ var values = [
[ "http://mózillä.órg", true ],
[ "ht://mózillä.órg", true ],
[ "httŭ://mózillä.órg", false ],
[ "chrome://bookmarks", true ],
];
values.forEach(function([value, valid]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment