Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / html / contenteditable-descendants.html
blob5f669b35325b2036fbde29a17a8107db9b083d94
1 <!--
2 @WIN-ALLOW:IA2_STATE_EDITABLE
3 @WIN-ALLOW:LINKED
4 @WIN-ALLOW:ia2_hypertext=*
5 -->
6 <div contenteditable>
7 <p>A contenteditable with a
8 <a href="#">link</a> and an
9 <img alt="Image"> and a
10 <input type="button" value="Button">.
11 </p>
12 <table>
13 <td>Always expose editable tables as tables.</td>
14 </table>
15 <ol>
16 <li>Editable list item.</li>
17 </ol>
18 </div>
19 <p>Non-editable paragraph.</p>
20 <p contenteditable>Should keep the role but change the state.</p>