chromium/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables.html

<!--
@WIN-ALLOW:caret_offset*
@WIN-ALLOW:IA2_STATE_EDITABLE
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:n_selections*
@WIN-ALLOW:selection_start*
@WIN-ALLOW:selection_end*
@BLINK-ALLOW:nonAtomicTextFieldRoot=true
@BLINK-ALLOW:editable*
@BLINK-ALLOW:richlyEditable*
@BLINK-ALLOW:textSel*
@AURALINUX-ALLOW:editable
@AURALINUX-ALLOW:multi-line
@AURALINUX-ALLOW:caret_offset*
@AURALINUX-ALLOW:selection_start*
@AURALINUX-ALLOW:selection_end*
-->
<div contenteditable>
  <p>This is editable.</p>
  <div contenteditable="false">
    This is not editable.<br>
    <p contenteditable="true">But this one is.</p>
  </div>
  <p contenteditable="true">So is this one.</p>
</div>