mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1199430 - update to tests. r=gijs
This commit is contained in:
parent
335e134381
commit
c3a8ae52a2
@ -212,11 +212,10 @@ var testcases = [ {
|
||||
protocolChange: true
|
||||
}, {
|
||||
input: "[::1][100",
|
||||
fixedURI: "http://[::1][100/",
|
||||
alternateURI: "http://[::1][100/",
|
||||
fixedURI: null,
|
||||
alternateURI: null,
|
||||
keywordLookup: true,
|
||||
protocolChange: true,
|
||||
affectedByDNSForSingleHosts: true,
|
||||
protocolChange: true
|
||||
}, {
|
||||
input: "[::1]]",
|
||||
keywordLookup: true,
|
||||
@ -503,13 +502,14 @@ if (Services.appinfo.OS.toLowerCase().startsWith("win")) {
|
||||
fixedURI: "file:////mozilla",
|
||||
protocolChange: true,
|
||||
});
|
||||
// \ is an invalid character in the hostname until bug 652186 is implemented
|
||||
testcases.push({
|
||||
input: "mozilla\\",
|
||||
fixedURI: "http://mozilla\\/",
|
||||
alternateURI: "http://www.mozilla/",
|
||||
// fixedURI: "http://mozilla\\/",
|
||||
// alternateURI: "http://www.mozilla/",
|
||||
keywordLookup: true,
|
||||
protocolChange: true,
|
||||
affectedByDNSForSingleHosts: true,
|
||||
// affectedByDNSForSingleHosts: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
[shared-worker-connect-src-blocked.sub.html]
|
||||
type: testharness
|
||||
[Expecting alerts: ["xhr blocked"\]]
|
||||
expected: FAIL
|
||||
|
@ -1,3 +1,5 @@
|
||||
[location_assign.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[URL that fails to parse]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -51,12 +51,6 @@
|
||||
[Parsing: <http:[61:27\]/:foo> against <http://example.org/foo/bar>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http://2001::1\]> against <http://example.org/foo/bar>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http://2001::1\]:80> against <http://example.org/foo/bar>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <gopher:/example.com/> against <http://example.org/foo/bar>]
|
||||
expected: FAIL
|
||||
|
||||
@ -189,15 +183,6 @@
|
||||
[Parsing: <http://www.@pple.com> against <about:blank>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http:@:www.example.com> against <about:blank>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http:/@:www.example.com> against <about:blank>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http://@:www.example.com> against <about:blank>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http://:@www.example.com> against <about:blank>]
|
||||
expected: FAIL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user