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

Unified Diff: content/test/data/accessibility/html/li.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/html/li.html
diff --git a/content/test/data/accessibility/html/ul.html b/content/test/data/accessibility/html/li.html
similarity index 51%
copy from content/test/data/accessibility/html/ul.html
copy to content/test/data/accessibility/html/li.html
index b500201d24d7c2e9c0e615837f1fe2d8d5b9b767..dd53b7a8f7a94797642f64fbd7a48177df02f360 100644
--- a/content/test/data/accessibility/html/ul.html
+++ b/content/test/data/accessibility/html/li.html
@@ -1,12 +1,13 @@
<!--
@MAC-ALLOW:AXSubrole*
+@WIN-ALLOW:display*
-->
<html>
<body>
<ul>
-<li>Item 1
-<li>Item 2
-<li>Item 3
+<li>Item 1</li>
+<li>Item 2</li>
+<li>Item 3</li>
</ul>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698