Bug 1080801 - re-enable the working urlbar tests, rs=gavin

This commit is contained in:
Gijs Kruitbosch 2014-11-05 00:33:02 +00:00
Родитель e8bb4f8e03
Коммит a3e0d25dfb
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -449,7 +449,6 @@ skip-if = buildapp == 'mulet' || e10s # Bug 921935 - focusmanager issues with e1
[browser_unloaddialogs.js]
skip-if = e10s # Bug ?????? - test uses chrome windowMediator to try and see alert() from content
[browser_urlHighlight.js]
skip-if = e10s
[browser_urlbarAutoFillTrimURLs.js]
skip-if = e10s # Bug 1093941 - Waits indefinitely for onSearchComplete
[browser_urlbarCopying.js]
@ -462,9 +461,7 @@ skip-if = e10s # Bug 1093941 - ESC reverted the location bar value - Got foobar,
[browser_urlbarStop.js]
skip-if = e10s # Bug 1093941 - test calls gBrowser.contentWindow.stop
[browser_urlbarTrimURLs.js]
skip-if = e10s
[browser_urlbar_search_healthreport.js]
skip-if = e10s # Bug ?????? - FHR tests failing (either with "no data for today" or "2 records for today")
[browser_utilityOverlay.js]
[browser_visibleFindSelection.js]
skip-if = e10s # Bug ?????? - test directly manipulates content

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

@ -16,7 +16,7 @@ function testVal(aExpected) {
value = value.substring(pos + range.length);
}
result += value;
is(result, aExpected);
is(result, aExpected, "Correct part of the urlbar contents is highlighted");
}
function test() {