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

Unified Diff: content/test/data/accessibility/aria-form.html

Issue 702393002: AXSubrole and AXRoleDescription is not exposed for HTML form element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/aria-form.html
diff --git a/content/test/data/accessibility/aria-math.html b/content/test/data/accessibility/aria-form.html
similarity index 74%
copy from content/test/data/accessibility/aria-math.html
copy to content/test/data/accessibility/aria-form.html
index 38dc899619e4a97ed8028bf164b2eb4d697172f0..9b94e1843ff6620a1cdde0ff7bc9f52b0b591831 100644
--- a/content/test/data/accessibility/aria-math.html
+++ b/content/test/data/accessibility/aria-form.html
@@ -6,6 +6,7 @@
<!DOCTYPE html>
<html>
<body>
- <div role="math">ARIA role math.</div>
+ <div role="form">
+ <div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698