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

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

Issue 837123004: Add DumpAccessibilityTree tests (12 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed link bug Created 5 years, 11 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-note.html
diff --git a/content/test/data/accessibility/aria/aria-form.html b/content/test/data/accessibility/aria/aria-note.html
similarity index 65%
copy from content/test/data/accessibility/aria/aria-form.html
copy to content/test/data/accessibility/aria/aria-note.html
index 9b94e1843ff6620a1cdde0ff7bc9f52b0b591831..24e7a3498bcb7d856558747d94b29a9dd79372b9 100644
--- a/content/test/data/accessibility/aria/aria-form.html
+++ b/content/test/data/accessibility/aria/aria-note.html
@@ -1,12 +1,11 @@
<!--
@MAC-ALLOW:AXRole*
-@MAC-ALLOW:AXSubrole*
@WIN-ALLOW:xml-roles*
+@WIN-ALLOW:LINKED*
-->
<!DOCTYPE html>
<html>
<body>
- <div role="form">
- <div>
+ <div role="note"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698