зеркало из https://github.com/mozilla/gecko-dev.git
bug 556721 - Fix a typo in browser_librery_views_liveupdate.js test
no-review a=tests-only
This commit is contained in:
Родитель
dd9a21767a
Коммит
b06d68f59f
|
@ -254,7 +254,7 @@ var bookmarksObserver = {
|
|||
break;
|
||||
}
|
||||
// Fallback to separator case if this is not a query.
|
||||
case type == PlacesUtils.bookmarks.TYPE_SEPARATOR:
|
||||
case PlacesUtils.bookmarks.TYPE_SEPARATOR:
|
||||
is(node, null, "New Places node not added in left pane");
|
||||
break;
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче