Chromium Code Reviews| Index: content/test/data/accessibility/html/iframe.html |
| diff --git a/content/test/data/accessibility/html/iframe.html b/content/test/data/accessibility/html/iframe.html |
| index 52633c1435a800691a9d8de5f96d6fc34ab46c84..82e8cd638f85e5a42d3746a79677192568a17b68 100644 |
| --- a/content/test/data/accessibility/html/iframe.html |
| +++ b/content/test/data/accessibility/html/iframe.html |
| @@ -1,10 +1,11 @@ |
| <!-- |
| @MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:ia2_hypertext=* |
| --> |
| <!DOCTYPE html> |
| <html> |
| <body> |
| - <iframe src="frame/empty.html"> |
| + <iframe aria-label="Empty iframe" src="frame/empty.html"> |
| </iframe> |
| </body> |
| </html> |