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

Unified Diff: content/test/data/accessibility/list-markers.html

Issue 10054037: Correctly map list markers to a specific role rather than a generic group on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct bullet encoding. Created 8 years, 8 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/list-markers.html
diff --git a/content/test/data/accessibility/list-markers.html b/content/test/data/accessibility/list-markers.html
new file mode 100644
index 0000000000000000000000000000000000000000..150bece1dc6058814c4160a60611b5d3d79318fe
--- /dev/null
+++ b/content/test/data/accessibility/list-markers.html
@@ -0,0 +1,9 @@
+<html>
+ <body>
+ <ul>
+ <li> First item properly groups itself despite <b>bolded</b> text.
+ <li>This should also be <i>seen</i> as a group.
+ <li> Some <strong>more</strong> text.
+ <!-- Omission of closing ul as seen in live site -->
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698