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

Unified Diff: content/test/data/accessibility/html/ul.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/ul.html
diff --git a/content/test/data/accessibility/html/ul.html b/content/test/data/accessibility/html/ul.html
index b500201d24d7c2e9c0e615837f1fe2d8d5b9b767..67fff2073da9f1be148f28edf8b4f46c3f6d54b7 100644
--- a/content/test/data/accessibility/html/ul.html
+++ b/content/test/data/accessibility/html/ul.html
@@ -4,9 +4,9 @@
<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