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

Unified Diff: content/test/data/accessibility/landmark.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/landmark.html
diff --git a/content/test/data/accessibility/landmark.html b/content/test/data/accessibility/landmark.html
index 4cfdbbdd6758fe069fe2a6211862ae1a3ab78223..3b7c86336e7b693f9a0f0edf42cd0a39dccc592e 100644
--- a/content/test/data/accessibility/landmark.html
+++ b/content/test/data/accessibility/landmark.html
@@ -10,6 +10,7 @@
<aside>This is an aside element.</aside>
<address>This is an address element.</address>
<footer>This is a footer element.</footer>
+ <form>This is a form element.</form>
<main>This is a main element.</main>
<nav>This is a nav element.</nav>
@@ -17,6 +18,7 @@
<div role="banner">This is an ARIA banner landmark.</div>
<div role="complementary">This is an ARIA complementary landmark.</div>
<div role="contentinfo">This is an ARIA contentinfo landmark.</div>
+ <div role="form">This is an ARIA form landmark.</div>
<div role="main">This is an ARIA main landmark.</div>
<div role="navigation">This is an ARIA navigation landmark.</div>
<div role="search">This is an ARIA search landmark.</div>

Powered by Google App Engine
This is Rietveld 408576698