Chromium Code Reviews| Index: content/test/data/accessibility/html/hr.html |
| diff --git a/content/test/data/accessibility/html/hr.html b/content/test/data/accessibility/html/hr.html |
| index f53b36ddc7d32b6d4694e0ade91655baf7ac01ec..c804cb7176e13d81349b865ca5e76abd536faf56 100644 |
| --- a/content/test/data/accessibility/html/hr.html |
| +++ b/content/test/data/accessibility/html/hr.html |
| @@ -5,8 +5,10 @@ |
| <!DOCTYPE html> |
| <html> |
| <body> |
| -Before |
| +<p>Before.</p> |
| <hr aria-label="Dividing line"> |
| -After |
| +<p>Middle.</p> |
| +<hr> |
| +<p>After.</p> |
| </body> |
| </html> |