Bug 1911022 - Fix drag-and-drop of large amount of text on address bar causing hang on the parent process. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D231281
This commit is contained in:
@@ -73,6 +73,11 @@ var data = [
|
||||
wrong: "whatever://this/is/a/test.html",
|
||||
fixed: "whatever://this/is/a/test.html",
|
||||
},
|
||||
{
|
||||
// Valid should not be changed.
|
||||
wrong: "whatever://user:pass@example.com/test.html",
|
||||
fixed: "whatever://user:pass@example.com/test.html",
|
||||
},
|
||||
{
|
||||
// Spaces before @ are valid if it appears after the domain.
|
||||
wrong: "example.com/ @test.com",
|
||||
|
||||
Reference in New Issue
Block a user