Bug 1324251 - Test updates for windows drive letters; r=valentin

MozReview-Commit-ID: 73qntNmXmAk

--HG--
extra : rebase_source : d23b187ee0805965013aa5633294b72102fe2ee3
This commit is contained in:
Manish Goregaokar 2016-12-18 22:54:42 -08:00
Родитель 53cbc44a0b
Коммит 6a9db075ab
4 изменённых файлов: 2 добавлений и 20 удалений

Просмотреть файл

@ -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