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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-text-role.html

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: third_party/WebKit/LayoutTests/accessibility/aria-text-role.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html b/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html
index 637355f63d5e62198b3f8b129e94620c5dc276fa..9b12db83166c968779217eb03294b207b69c73f1 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html
@@ -23,7 +23,7 @@
document.getElementById("textrole").focus();
var textrole = accessibilityController.focusedElement;
shouldBe("textrole.role", "'AXRole: AXStaticText'");
- shouldBe("textrole.stringValue", "'AXValue: all at once'");
+ shouldBe("textrole.name", "'all at once'");
// now check the hit-testing
var x = textrole.clickPointX;

Powered by Google App Engine
This is Rietveld 408576698