<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>106337</bug_id>
          
          <creation_ts>2013-01-08 10:25:49 -0800</creation_ts>
          <short_desc>[ATK][WK2] accessibility/aria-help.html is failing</short_desc>
          <delta_ts>2013-09-20 06:12:53 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>121675</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Gtk, LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>98347</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Zan Dobersek">zan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>berto</cc>
    
    <cc>k.czech</cc>
    
    <cc>mario</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>802336</commentid>
    <comment_count>0</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-01-08 10:25:49 -0800</bug_when>
    <thetext>The accessibility/aria-help.html layout test is failing on GTK WK2 port.

Here&apos;s the diff:
--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/aria-help-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/aria-help-actual.txt
@@ -4,7 +4,7 @@
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 
-PASS button.helpText is &apos;AXHelp: click here&apos;
+FAIL button.helpText should be AXHelp: click here. Was .
 PASS successfullyParsed is true
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>877184</commentid>
    <comment_count>1</comment_count>
    <who name="Alberto Garcia">berto</who>
    <bug_when>2013-04-17 08:17:31 -0700</bug_when>
    <thetext>That&apos;s because AccessibilityUIElement::helpText() is not implemented.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>931287</commentid>
    <comment_count>2</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2013-09-20 05:48:21 -0700</bug_when>
    <thetext>*** Bug 112028 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>931289</commentid>
    <comment_count>3</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2013-09-20 05:52:45 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; That&apos;s because AccessibilityUIElement::helpText() is not implemented.

Exactly. And turns out that it should not be implemented because both helpText() and aria-help are Mac specific things neither defined in the W3C specs nor applicable to ATK at all.

That said, it&apos;s true that support for helpText() has been added in the past to DRT (I did), but that was before realizing that it was a Mac specific thing and using the DumpRenderTreeSupport thing, which is something that we don&apos;t have in WK2.

So, the true solution to this is not to implement this function, but to move the tests using it to platform/mac/accessibility, remove the whole support for helpText() from DRT, remove the mapping of aria-help into an &apos;aria-help&apos; AtkObject attribute in WebKitAccesibilityWrapperAtk (which is wrong as well), and stop worrying about this once and for all.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>931291</commentid>
    <comment_count>4</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2013-09-20 05:53:35 -0700</bug_when>
    <thetext>*** Bug 106336 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>931293</commentid>
    <comment_count>5</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2013-09-20 05:57:52 -0700</bug_when>
    <thetext>Changing title to reflect it&apos;s not a thing exclusive to GTK</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>931298</commentid>
    <comment_count>6</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2013-09-20 06:12:53 -0700</bug_when>
    <thetext>This issue will be dealt with as part of this new bug I&apos;ve just filed

*** This bug has been marked as a duplicate of bug 121675 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>