| Index: content/test/data/accessibility/html/img-link-empty-alt.html
|
| diff --git a/content/test/data/accessibility/html/img-empty-alt.html b/content/test/data/accessibility/html/img-link-empty-alt.html
|
| similarity index 61%
|
| copy from content/test/data/accessibility/html/img-empty-alt.html
|
| copy to content/test/data/accessibility/html/img-link-empty-alt.html
|
| index 1ee58ee900ff2c4a0bcccb26116e0ae0c84c8d9f..60fa25a705ee104a8e43fdea8c0632dc38bbfedf 100644
|
| --- a/content/test/data/accessibility/html/img-empty-alt.html
|
| +++ b/content/test/data/accessibility/html/img-link-empty-alt.html
|
| @@ -6,6 +6,12 @@
|
| <a href="foo">
|
| <img src="read.jpg" alt="">read
|
| </a>
|
| + <a href="foo">
|
| + <img src="read.jpg" alt>read
|
| + </a>
|
| + <a href="foo">
|
| + <img src="read.jpg">read
|
| + </a>
|
| </body>
|
| </html>
|
|
|
|
|