VrBrowserControllerInputTest#testControllerScrollingIframe and VrBrowserControllerInputTest#testControllerClicksRegisterOnIframe have started failing due to not being able to run JavaScript in the iframes.
Looking at logcat output, the following error is repeated every time we try to run JavaScript:
E zygote64: No implementation found for org.chromium.content_public.browser.RenderFrameHost org.chromium.content.browser.test.util.WebContentsUtils.nativeGetFocusedFrame(org.chromium.content_public.browser.WebContents) (tried Java_org_chromium_content_browser_test_util_WebContentsUtils_nativeGetFocusedFrame and Java_org_chromium_content_browser_test_util_WebContentsUtils_nativeGetFocusedFrame__Lorg_chromium_content_1public_browser_WebContents_2)
Suspected culprit is https://chromium-review.googlesource.com/c/chromium/src/+/1180824
Comment 1 by bugdroid1@chromium.org
, Aug 28