Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
index 8e2709f07c3eda619890628ac384eb333f77240b..c6238ea12635d27fe3a8083cc1aaec95bc7fbde9 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
@@ -22,7 +22,7 @@ OutputE2ETest.prototype = { |
}; |
TEST_F('OutputE2ETest', 'RenderBasic', function() { |
- this.runWithAutomation('<a href="#">Click here</a>', |
+ this.runWithLoadedTree('<a href="#">Click here</a>', |
function(root) { |
var link = root.firstChild.firstChild; |
var range = cursors.Range.fromNode(link); |