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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt

Issue 2694903010: AX checked state changes (Closed)
Patch Set: git cl try Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
index 30b1155e23fce324302ca40610b7feb38e346ac8..ce06d2a94f86509b7bfc1899c9dd579893344b77 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
@@ -1,4 +1,5 @@
-Check whether mixed value is reported properly
+
+Check whether ARIA mixed state is reported properly
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -8,8 +9,20 @@ Mixed: true
Role: AXRole: AXMenuItemCheckBox
Mixed: true
Role: AXRole: AXRadioButton
-Mixed: false
+Mixed: true
Role: AXRole: AXMenuItemRadio
+Mixed: true
+Role: AXRole: AXSwitch
+Mixed: false
+Role: AXRole: AXCheckBox
+Mixed: true
+Role: AXRole: AXCheckBox
+Mixed: true
+Role: AXRole: AXRadioButton
+Mixed: true
+Role: AXRole: AXRadioButton
+Mixed: true
+Role: AXRole: AXButton
Mixed: false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698