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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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
Index: chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js
diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js b/chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js
index b0c88461ea178bd68479d5af0a1811edd4be9347..553c86dbb028377d06fc701d339b00f7b4dd1ca8 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js
+++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js
@@ -37,8 +37,7 @@ var allTests = [
state = RemoveUntestedStates(okButton.state);
assertEq({enabled: true, focusable: true, readOnly: true}, state);
var userNameInput = contentChildren[1];
- assertEq('Username',
- userNameInput.description);
+ assertEq('Username', userNameInput.name);
state = RemoveUntestedStates(userNameInput.state);
assertEq({editable: true, enabled: true, focusable: true}, state);
var cancelButton = contentChildren[2];
« no previous file with comments | « chrome/test/data/extensions/api_test/automation/tests/tabs/find.js ('k') | components/html_viewer/ax_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698