зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324251 - Test updates for windows drive letters; r=valentin
MozReview-Commit-ID: 73qntNmXmAk --HG-- extra : rebase_source : d23b187ee0805965013aa5633294b72102fe2ee3
This commit is contained in:
Родитель
53cbc44a0b
Коммит
6a9db075ab
|
@ -56,10 +56,10 @@ function cur(id) {
|
|||
return document.defaultView.getComputedStyle($(id), "").cursor;
|
||||
}
|
||||
|
||||
is(cur("t1"), 'url("file:///tmp/foo"), url("file:///c|/"), ' +
|
||||
is(cur("t1"), 'url("file:///tmp/foo"), url("file:///c:/"), ' +
|
||||
'url("http://example.com/"), crosshair',
|
||||
"Serialize unloadable URLs using their specified value");
|
||||
is(cur("t2"), 'url("file:///tmp/foo"), url("file:///c|/"), crosshair',
|
||||
is(cur("t2"), 'url("file:///tmp/foo"), url("file:///c:/"), crosshair',
|
||||
"Serialize unloadable URLs using their specified value");
|
||||
is(cur("t3"), 'url("http://example.com/"), crosshair', "URI + fallback");
|
||||
is(cur("t4"), "auto", "Must have a fallback");
|
||||
|
|
|
@ -111,12 +111,6 @@
|
|||
[Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <//server/file> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -105,12 +105,6 @@
|
|||
[Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <//server/file> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -51,12 +51,6 @@
|
|||
[Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <//server/file> against <file:///tmp/mock/path>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче