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

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

Issue 1132963002: Handles conversion rule for TimeRole and updates InputTimeRole. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Maps InputTime role to ROLE_SYSTEM_GROUPING 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 | chrome/common/extensions/api/automation.idl » ('j') | 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 8645cc651d1cb14ceb41aceda9ed39a7f617b594..157f6cfc955cd77172647a689fe9c5d92aed35aa 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
@@ -191,8 +191,7 @@ TEST_F('OutputE2ETest', 'Input', function() {
'<input type="password"></input>' +
'<input type="tel"></input>' +
'<input type="number"></input>' +
- // temporarily disabled to handle time role. crbug.com/480861
- // '<input type="time"></input>' +
+ '<input type="time"></input>' +
'<input type="date"></input>',
function(root) {
var expected = {string_: '', 'spans_': [
@@ -217,10 +216,9 @@ 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}]},
- // 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_: '||inputTime', spans_: [{value: 'name', start: 0, end: 0},
+ {value: 'value', start: 1, end: 1},
+ {value: 'role', start: 2, end: 11}]},
{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 | chrome/common/extensions/api/automation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698