| Index: content/test/data/accessibility/html/contenteditable-with-no-descendants.html
|
| diff --git a/content/test/data/accessibility/html/contenteditable-with-no-descendants.html b/content/test/data/accessibility/html/contenteditable-with-no-descendants.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..47b18089dd7aa0a8af106e56b798eb52c5849db1
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/html/contenteditable-with-no-descendants.html
|
| @@ -0,0 +1,13 @@
|
| +<!--
|
| +@WIN-ALLOW:caret_offset*
|
| +@WIN-ALLOW:IA2_STATE_EDITABLE
|
| +@WIN-ALLOW:ia2_hypertext=*
|
| +@WIN-ALLOW:LINKED
|
| +@WIN-ALLOW:n_selections*
|
| +@WIN-ALLOW:selection_start*
|
| +@WIN-ALLOW:selection_end*
|
| +-->
|
| +<div contenteditable aria-label="label"></div>
|
| +<div contenteditable aria-describedby="description"></div>
|
| +<div contenteditable title="title"></div>
|
| +<p id="description">description</p>
|
|
|