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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt

Issue 2694903010: AX checked state changes (Closed)
Patch Set: Remove whitespace change Created 3 years, 10 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/html-input-mixed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt b/third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
similarity index 67%
copy from third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
copy to third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
index 30b1155e23fce324302ca40610b7feb38e346ac8..3b509eacf2702f608c74a9ec4372daf988af243a 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
@@ -1,16 +1,19 @@
-Check whether mixed value is reported properly
+
+
+
+Check whether native mixed state is reported properly
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Role: AXRole: AXCheckBox
Mixed: true
-Role: AXRole: AXMenuItemCheckBox
+Role: AXRole: AXCheckBox
+Mixed: false
+Role: AXRole: AXRadioButton
Mixed: true
Role: AXRole: AXRadioButton
Mixed: false
-Role: AXRole: AXMenuItemRadio
-Mixed: false
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698