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

Unified Diff: content/test/data/accessibility/html/id.html

Issue 2712153002: Mac accessibility: Add support for AXDOMIdentifier (Closed)
Patch Set: Revert clang-format 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/html/id.html
diff --git a/content/test/data/accessibility/html/id.html b/content/test/data/accessibility/html/id.html
new file mode 100644
index 0000000000000000000000000000000000000000..578f4bdd8ca0637a74be32a402874205b48b180a
--- /dev/null
+++ b/content/test/data/accessibility/html/id.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<!--
+@MAC-ALLOW:AXDOMIdentifier*
+-->
+<html>
+<body>
+
+<p>No id</p>
+<p id="para2">Has id</p>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698