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

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

Issue 2684543002: Finish implementation and tests of 5 ARIA 1.1 attributes. (Closed)
Patch Set: Update expectations Created 3 years, 10 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/aria/aria-modal.html
diff --git a/content/test/data/accessibility/aria/aria-modal.html b/content/test/data/accessibility/aria/aria-modal.html
new file mode 100644
index 0000000000000000000000000000000000000000..47f45da272128d3deee00c8e14b0ad4e72721204
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-modal.html
@@ -0,0 +1,12 @@
+<!--
+@WIN-ALLOW:xml-roles:*
+@WIN-ALLOW:IA2_STATE_MODAL
+@BLINK-ALLOW:modal*
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <div role="dialog">Nonmodal</div>
+ <div role="dialog" aria-modal="true">Modal</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698