[Webkit-unassigned] [Bug 106345] New: [GTK][WK2] platform/gtk/accessibility/input-slider.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 10:24:28 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106345

           Summary: [GTK][WK2]
                    platform/gtk/accessibility/input-slider.html is
                    failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk, LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com
        Depends on: 98347


The platform/gtk/accessibility/input-slider.html layout test is failing on GTK WK2 port.

Here'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 'update' event
 RUN(sliderAXObject.increment())
-EXPECTED (sliderInput.value == '55') OK
-EXPECTED (valueDiv.innerText == '55') OK
+EXPECTED (sliderInput.value == '55'), OBSERVED '0' FAIL
+EXPECTED (valueDiv.innerText == '55'), OBSERVED '0' FAIL

 ** Decrement the slider, test slider value and div set on 'update' event
 RUN(sliderInput.value = 22)
 RUN(sliderAXObject.decrement())
-EXPECTED (sliderInput.value == '17') OK
-EXPECTED (valueDiv.innerText == '17') OK
+EXPECTED (sliderInput.value == '17'), OBSERVED '0' FAIL
+EXPECTED (valueDiv.innerText == '17'), OBSERVED '0' FAIL

 ** Change slider range
 RUN(sliderInput.setAttribute('max', 1000))
@@ -29,12 +29,12 @@
 ** Re-test incrementing the slider
 RUN(sliderInput.value = 600)
 RUN(sliderAXObject.increment())
-EXPECTED (sliderInput.value == '625') OK
-EXPECTED (valueDiv.innerText == '625') OK
+EXPECTED (sliderInput.value == '625'), OBSERVED '500' FAIL
+EXPECTED (valueDiv.innerText == '625'), OBSERVED '500' FAIL

 ** Re-test decrementing the slider
 RUN(sliderInput.value = 850)
 RUN(sliderAXObject.decrement())
-EXPECTED (sliderInput.value == '825') OK
-EXPECTED (valueDiv.innerText == '825') OK
+EXPECTED (sliderInput.value == '825'), OBSERVED '500' FAIL
+EXPECTED (valueDiv.innerText == '825'), OBSERVED '500' FAIL

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list