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 0431f4f22b336aeef64ff17326d720090485bcb2..9fa6cf173bf85b7129e8d0cde245e098b2893b51 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
@@ -648,7 +648,8 @@ |
function(root) { |
var div = root.find({role: 'div'}); |
var o = new Output().withSpeech(cursors.Range.fromNode(div)); |
- assertEquals('ok', o.speechOutputForTest.string_); |
+ assertEquals('ok|Button' |
+ , o.speechOutputForTest.string_); |
}); |
}); |