Bug 1531057 - Fix eslint failure due to trailing whitespace (CLOSED TREE).

Differential Revision: https://phabricator.services.mozilla.com/D25136

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Botond Ballo 2019-03-27 20:54:08 +00:00
Родитель 337193c3e5
Коммит 109671c99f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -350,7 +350,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1498892
// Check the scroll position and zoom level.
checkScroll(browser, testData);
// Check that the layout scroll range is still respected.
// TODO: This should start passing after bug 1516056 is fixed.
todo_is(browser.contentWindow.scrollX, 0, "Layout scroll range should be respected");