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

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

Issue 2587343004: Finish implementation and tests of 5 ARIA 1.1 attributes. (Closed)
Patch Set: Rebase on previous change Created 4 years 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/aria-errormessage.html
diff --git a/content/test/data/accessibility/aria/aria-errormessage.html b/content/test/data/accessibility/aria/aria-errormessage.html
new file mode 100644
index 0000000000000000000000000000000000000000..2f9ac6a8970bb8da849148910aadfd50768b2d78
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-errormessage.html
@@ -0,0 +1,12 @@
+<!--
+@BLINK-ALLOW:error*
+-->
+<!DOCTYPE html>
+<html>
+ <body>
+ <div>
+ <input aria-invalid="true" aria-errormessage="error">
+ </div>
+ <p id="error">Error</p>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698