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 2f5caf455afcf5f88c6b721cc0bdb4b4c7aaea79..8645cc651d1cb14ceb41aceda9ed39a7f617b594 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs |
@@ -191,7 +191,8 @@ TEST_F('OutputE2ETest', 'Input', function() { |
'<input type="password"></input>' + |
'<input type="tel"></input>' + |
'<input type="number"></input>' + |
- '<input type="time"></input>' + |
+ // temporarily disabled to handle time role. crbug.com/480861 |
+ // '<input type="time"></input>' + |
'<input type="date"></input>', |
function(root) { |
var expected = {string_: '', 'spans_': [ |
@@ -216,9 +217,10 @@ TEST_F('OutputE2ETest', 'Input', function() { |
{value: {startIndex: 0, endIndex: 0}, start: 1, end: 1}, |
{value: 'value', start: 1, end: 1}, |
{value: 'role', start: 2, end: 13}]}, |
- {string_: '||Time', spans_: [{value: 'name', start: 0, end: 0}, |
- {value: 'value', start: 1, end: 1}, |
- {value: 'role', start: 2, end: 6}]}, |
+ // temporarily disabled to handle time role. crbug.com/480861 |
+ // {string_: '||Time', spans_: [{value: 'name', start: 0, end: 0}, |
+ // {value: 'value', start: 1, end: 1}, |
+ // {value: 'role', start: 2, end: 6}]}, |
{string_: '||Date control', spans_: [{value: 'name', start: 0, end: 0}, |
{value: 'value', start: 1, end: 1}, |
{value: 'role', start: 2, end: 14}]} |