<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WebKit does not expose text fields inside tree views."
   href="https://bugs.webkit.org/show_bug.cgi?id=142196#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WebKit does not expose text fields inside tree views."
   href="https://bugs.webkit.org/show_bug.cgi?id=142196">bug 142196</a>
              from <span class="vcard"><a class="email" href="mailto:nanwang1101&#64;yahoo.com" title="Nan Wang &lt;nanwang1101&#64;yahoo.com&gt;"> <span class="fn">Nan Wang</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=142196#c11">comment #11</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=142196#c10">comment #10</a>)
&gt; &gt; Created <span class=""><a href="attachment.cgi?id=251303" name="attach_251303" title="Archive of layout-test-results from ews103 for mac-mavericks">attachment 251303</a> <a href="attachment.cgi?id=251303&amp;action=edit" title="Archive of layout-test-results from ews103 for mac-mavericks">[details]</a></span>
&gt; &gt; Archive of layout-test-results from ews103 for mac-mavericks
&gt; &gt; 
&gt; &gt; The attached test failures were seen while running run-webkit-tests on the
&gt; &gt; mac-ews.
&gt; &gt; Bot: ews103  Port: mac-mavericks  Platform: Mac OS X 10.9.5
&gt; 
&gt; This seems like a real failure this one
&gt; 
&gt;  PASS resultElement.role is 'AXRole: AXOutline'
&gt; -PASS resultElement.childAtIndex(0).childAtIndex(0).stringValue is 'AXValue:
&gt; tree item'
&gt; +FAIL resultElement.childAtIndex(0).childAtIndex(0).stringValue should be
&gt; AXValue: tree item. Was AXValue: â€¢.
&gt;  PASS resultElement.role is 'AXRole: AXStaticText'</span >

Since the fix is exposing all children of treeitem, the test is failed because the text is the second child of the treeitem. Can I change the test case to get childAtIndex(1)?

Thanks</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>