<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - document.execCommand() should not count as a &quot;user edit&quot; for the purposes of ValidityState.tooLong"
   href="https://bugs.webkit.org/show_bug.cgi?id=149911#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - document.execCommand() should not count as a &quot;user edit&quot; for the purposes of ValidityState.tooLong"
   href="https://bugs.webkit.org/show_bug.cgi?id=149911">bug 149911</a>
              from <span class="vcard"><a class="email" href="mailto:rniwa&#64;webkit.org" title="Ryosuke Niwa &lt;rniwa&#64;webkit.org&gt;"> <span class="fn">Ryosuke Niwa</span></a>
</span></b>
        <pre>The test is broken.

execCommand is an unspec'ed feature, and only Blink and WebKit allows deletion inside input and textarea elements.

All other browsers are passing the test case because execCommand doesn't do anything in those browsers.

We need to fix the W3C test instead.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>