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

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

Issue 2294363002: Output group nodes as containers (Closed)
Patch Set: Fix tests: add rule for date, inputTime, and clear leave rule for group. Created 4 years, 3 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/browser/resources/chromeos/chromevox/cvox2/background/output.js » ('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/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index 308ca5af20879ccb2c44534ccb42a4278b40bc42..10324ab6833751afc569cf3d534df65deebb49e9 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -809,7 +809,9 @@ TEST_F('BackgroundTest', 'EditText', function() {
TEST_F('BackgroundTest', 'BackwardForwardSync', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(function() {/*!
- <div role="group" tabindex=0><input type="text"></input></div>
+ <div aria-label="Group" role="group" tabindex=0>
+ <input type="text"></input>
+ </div>
<ul>
<li tabindex=0>
<button>ok</button>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698