diff --git a/mobile/android/tests/browser/chrome/test_session_scroll_position.html b/mobile/android/tests/browser/chrome/test_session_scroll_position.html index 708f544e2895..1e30f61ece7d 100644 --- a/mobile/android/tests/browser/chrome/test_session_scroll_position.html +++ b/mobile/android/tests/browser/chrome/test_session_scroll_position.html @@ -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");