Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs

Issue 1124383009: Disables the TC for input time from OutputE2ETest.Input of chromevox_tests temporarily. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}]}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698