Chromium Code Reviews| Index: content/test/data/accessibility/ul.html |
| diff --git a/content/test/data/accessibility/ul.html b/content/test/data/accessibility/ul.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4ba8a9c3d21af9607b0a9e1c2518eb0ecfe100cc |
| --- /dev/null |
| +++ b/content/test/data/accessibility/ul.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| +<body> |
| +<ul> |
| +<li>Item 1 |
| +<li>Item 2 |
| +<li>Item 3 |
| +</ul> |
| +</body> |
| +</html> |