Chromium Code Reviews| Index: content/test/data/accessibility/contenteditable-descendants.html |
| diff --git a/content/test/data/accessibility/contenteditable-descendants.html b/content/test/data/accessibility/contenteditable-descendants.html |
| index 43c86b6859d3355d2dff33828ab4231e344c45e9..f6050965ea5c46d20a3087924fcdecb8f8849335 100644 |
| --- a/content/test/data/accessibility/contenteditable-descendants.html |
| +++ b/content/test/data/accessibility/contenteditable-descendants.html |
| @@ -1,3 +1,8 @@ |
| +<!-- |
| +@WIN-ALLOW:IA2_STATE_EDITABLE |
| +@WIN-ALLOW:LINKED |
| +@WIN-ALLOW:UNAVAILABLE |
| +--> |
| <div contenteditable> |
| <p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt="image"> and <input type="button" value="button"/></p> |
| <table><td>Always expose editable tables as tables</td></table> |