<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#c14">Comment # 14</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#c13">comment #13</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=142196#c12">comment #12</a>)
&gt; &gt; (In reply to <a href="show_bug.cgi?id=142196#c11">comment #11</a>)
&gt; &gt; &gt; (In reply to <a href="show_bug.cgi?id=142196#c10">comment #10</a>)
&gt; &gt; &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; &gt; &gt; Archive of layout-test-results from ews103 for mac-mavericks
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; The attached test failures were seen while running run-webkit-tests on the
&gt; &gt; &gt; &gt; mac-ews.
&gt; &gt; &gt; &gt; Bot: ews103  Port: mac-mavericks  Platform: Mac OS X 10.9.5
&gt; &gt; &gt; 
&gt; &gt; &gt; This seems like a real failure this one
&gt; &gt; &gt; 
&gt; &gt; &gt;  PASS resultElement.role is 'AXRole: AXOutline'
&gt; &gt; &gt; -PASS resultElement.childAtIndex(0).childAtIndex(0).stringValue is 'AXValue:
&gt; &gt; &gt; tree item'
&gt; &gt; &gt; +FAIL resultElement.childAtIndex(0).childAtIndex(0).stringValue should be
&gt; &gt; &gt; AXValue: tree item. Was AXValue: â€¢.
&gt; &gt; &gt;  PASS resultElement.role is 'AXRole: AXStaticText'
&gt; &gt; 
&gt; &gt; Since the fix is exposing all children of treeitem, the test is failed
&gt; &gt; because the text is the second child of the treeitem. Can I change the test
&gt; &gt; case to get childAtIndex(1)?
&gt; &gt;
&gt; 
&gt; What is the first child? We want to make sure that the things we're now
&gt; exposing are children of tree items only. presumably the first child here is
&gt; a tree item?
&gt;  
&gt; &gt; Thanks</span >

The structure is &quot;&lt;ul role=&quot;tree&quot;&gt;&lt;li role=&quot;treeitem&quot;&gt;tree item&lt;/li&gt;&lt;/ul&gt;&quot;
so the first child is the list marker, and second child is the static text.

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>