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

Unified Diff: content/test/data/accessibility/event/invalid-status-change.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/invalid-status-change.html
diff --git a/content/test/data/accessibility/event/invalid-status-change.html b/content/test/data/accessibility/event/invalid-status-change.html
new file mode 100644
index 0000000000000000000000000000000000000000..ce73995efad14a6f59306a64b3ba7ad688a0964e
--- /dev/null
+++ b/content/test/data/accessibility/event/invalid-status-change.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+<input id="field" aria-invalid="false" aria-label="Field">
+<script>
+ function go() {
+ document.getElementById('field').setAttribute('aria-invalid', 'true');
+ }
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698