Chromium Code Reviews| 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> |