1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / html / design-mode.html [blame]

<!--
@BLINK-ALLOW:nonAtomicTextFieldRoot=true
@BLINK-ALLOW:editable*
@BLINK-ALLOW:richlyEditable*
@BLINK-ALLOW:htmlTag*
-->
<p>
  Hello
</p>
<script>
  document.designMode = 'on';
</script>