<?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>106345</bug_id>
          
          <creation_ts>2013-01-08 10:26:22 -0800</creation_ts>
          <short_desc>[GTK][WK2] platform/gtk/accessibility/input-slider.html is failing</short_desc>
          <delta_ts>2013-09-30 03:56:23 -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>FIXED</resolution>
          
          
          <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>mario</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>802344</commentid>
    <comment_count>0</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-01-08 10:26:22 -0800</bug_when>
    <thetext>The platform/gtk/accessibility/input-slider.html layout test is failing on GTK WK2 port.

Here&apos;s the diff:
--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/platform/gtk/accessibility/input-slider-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/platform/gtk/accessibility/input-slider-actual.txt
@@ -1,4 +1,4 @@
- 825 
+ 500 
 
 
 
@@ -11,14 +11,14 @@
 
 ** Increment the slider, test slider value and div set on &apos;update&apos; event
 RUN(sliderAXObject.increment())
-EXPECTED (sliderInput.value == &apos;55&apos;) OK
-EXPECTED (valueDiv.innerText == &apos;55&apos;) OK
+EXPECTED (sliderInput.value == &apos;55&apos;), OBSERVED &apos;0&apos; FAIL
+EXPECTED (valueDiv.innerText == &apos;55&apos;), OBSERVED &apos;0&apos; FAIL
 
 ** Decrement the slider, test slider value and div set on &apos;update&apos; event
 RUN(sliderInput.value = 22)
 RUN(sliderAXObject.decrement())
-EXPECTED (sliderInput.value == &apos;17&apos;) OK
-EXPECTED (valueDiv.innerText == &apos;17&apos;) OK
+EXPECTED (sliderInput.value == &apos;17&apos;), OBSERVED &apos;0&apos; FAIL
+EXPECTED (valueDiv.innerText == &apos;17&apos;), OBSERVED &apos;0&apos; FAIL
 
 ** Change slider range
 RUN(sliderInput.setAttribute(&apos;max&apos;, 1000))
@@ -29,12 +29,12 @@
 ** Re-test incrementing the slider
 RUN(sliderInput.value = 600)
 RUN(sliderAXObject.increment())
-EXPECTED (sliderInput.value == &apos;625&apos;) OK
-EXPECTED (valueDiv.innerText == &apos;625&apos;) OK
+EXPECTED (sliderInput.value == &apos;625&apos;), OBSERVED &apos;500&apos; FAIL
+EXPECTED (valueDiv.innerText == &apos;625&apos;), OBSERVED &apos;500&apos; FAIL
 
 ** Re-test decrementing the slider
 RUN(sliderInput.value = 850)
 RUN(sliderAXObject.decrement())
-EXPECTED (sliderInput.value == &apos;825&apos;) OK
-EXPECTED (valueDiv.innerText == &apos;825&apos;) OK
+EXPECTED (sliderInput.value == &apos;825&apos;), OBSERVED &apos;500&apos; FAIL
+EXPECTED (valueDiv.innerText == &apos;825&apos;), OBSERVED &apos;500&apos; FAIL</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>934531</commentid>
    <comment_count>1</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2013-09-30 03:56:23 -0700</bug_when>
    <thetext>This test is now consistently passing in WK2 after r156541, so I&apos;m removing it from the the TestExpectations file.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>