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

Unified Diff: LayoutTests/accessibility/readonly-expected.txt

Issue 1039023002: AX nodes that aren't contenteditable should be readonly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@listboxes_too
Patch Set: Add test Created 5 years, 9 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 | « LayoutTests/accessibility/readonly.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/readonly-expected.txt
diff --git a/LayoutTests/accessibility/readonly-expected.txt b/LayoutTests/accessibility/readonly-expected.txt
index 851648e72bbccb06cfc78fd7f35805cf7131d2e8..6b66aead4ca5f9306f7d1a5f16e9625ae4b9c098 100644
--- a/LayoutTests/accessibility/readonly-expected.txt
+++ b/LayoutTests/accessibility/readonly-expected.txt
@@ -83,6 +83,8 @@ contenteditable_button1
PASS document.activeElement == element is true
PASS axElement.isReadOnly is false
+PASS axMenuListPopup.role is "AXRole: AXMenuListPopup"
+PASS axMenuListPopup.isReadOnly is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/readonly.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698