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

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

Issue 754363002: Add DumpAccessibilityTree tests (16 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploading expectation files 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/aria-treegrid.html
diff --git a/content/test/data/accessibility/aria-tree.html b/content/test/data/accessibility/aria-treegrid.html
similarity index 64%
copy from content/test/data/accessibility/aria-tree.html
copy to content/test/data/accessibility/aria-treegrid.html
index cd745bd38b119ead8877ad64f723edfb3adb66ca..095a452d391a299d8af55860ed018a4bf2b39af1 100644
--- a/content/test/data/accessibility/aria-tree.html
+++ b/content/test/data/accessibility/aria-treegrid.html
@@ -1,11 +1,13 @@
<!--
@MAC-ALLOW:AXRole*
@WIN-ALLOW:xml-roles:*
+@WIN-DENY:name*
-->
+<!DOCTYPE html>
<html>
<body>
<div role="tree">
+ <div role="treegrid"></div>
dmazzoni 2014/11/27 07:37:53 I don't think treegrid goes inside tree. Also, a
</div>
-</table>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698