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

Unified Diff: content/test/data/accessibility/event/input-type-text-value-changed.html

Issue 2897943003: Fix DumpAccessibilityEvents tests on Mac and improve test coverage (Closed)
Patch Set: Rebaseline one more windows test 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: content/test/data/accessibility/event/input-type-text-value-changed.html
diff --git a/content/test/data/accessibility/event/input-type-text-value-changed.html b/content/test/data/accessibility/event/input-type-text-value-changed.html
index b6e10a6e7c56e4e0a63634cb76cde80a28719a65..5ef8ee00dea74b33411913fdde7a4e3b48140810 100644
--- a/content/test/data/accessibility/event/input-type-text-value-changed.html
+++ b/content/test/data/accessibility/event/input-type-text-value-changed.html
@@ -1,7 +1,8 @@
<!--
@WIN-DENY:*
@WIN-ALLOW:EVENT_OBJECT_VALUECHANGE*
-@MAC-DENY:AXLayoutComplete*
+@MAC-DENY:*
+@MAC-ALLOW:AXValueChanged*AXTextField*
-->
<!DOCTYPE html>
<html>

Powered by Google App Engine
This is Rietveld 408576698