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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked.html

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try Created 3 years, 7 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.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked.html b/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked.html
index 90cbc7428bdf3c9efd4956505c07a169cc133d45..91cd9e374c1d6dc553509bbdabbe2bcee0c95000 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked.html
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked.html
@@ -38,7 +38,7 @@
var checkbox = document.getElementById(answers[i][0]);
checkbox.focus();
checkbox = accessibilityController.focusedElement;
- shouldBe("checkbox.isChecked", answers[i][1]);
+ shouldBeEqualToString("checkbox.checkedState", answers[i][1]);
}
}

Powered by Google App Engine
This is Rietveld 408576698