Commit 95f616c9 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Speculative fix for chromevox_tests

TBR=dmazzoni@chromium.org

Bug: 881845
Change-Id: I4b95fe46c6d5c07ad94b17eaf76257e81767763d
Reviewed-on: https://chromium-review.googlesource.com/1225984Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591535}
parent 45a1cb5f
......@@ -64,6 +64,9 @@ ChromeVoxNextE2ETest.prototype = {
if (evt.target.root.url != url)
return;
if (!evt.target.root.docLoaded)
return;
r.removeEventListener('focus', listener, true);
r.removeEventListener('loadComplete', listener, true);
CommandHandler.onCommand('nextObject');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment