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