Bug 93074

Summary: [Qt][EFL] new fast/forms/datalist/range-snap-to-datalist.html introduced in r124549 fails
Product: WebKit Reporter: János Badics <jbadics>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: jbadics, keishi, mcatanzaro, ossy, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87008, 92640    

Description János Badics 2012-08-03 00:26:37 PDT
This test fails on Qt and EFL since it has been introduced in http://trac.webkit.org/changeset/124549 with the following diff:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/datalist/range-snap-to-datalist-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/datalist/range-snap-to-datalist-actual.txt 
@@ -7,15 +7,15 @@
 PASS input.value is "0"
 PASS parseInt(input.value, 10) < 500 is true
 PASS input.value is "0"
-PASS input.value is '500'
+FAIL input.value should be 500. Was 483.
 PASS input.value is "0"
-PASS input.value is '500'
+FAIL input.value should be 500. Was 494.
 PASS input.value is "0"
-PASS input.value is '500'
+FAIL input.value should be 500. Was 506.
 PASS input.value is "0"
-PASS input.value is '500'
+FAIL input.value should be 500. Was 517.
 PASS input.value is "0"
-PASS input.value is '500'
+FAIL input.value should be 500. Was 528.
 PASS input.value is "0"
 PASS parseInt(input.value, 10) > 500 is true
 PASS input.value is "0"

The original bug can be found at
https://bugs.webkit.org/show_bug.cgi?id=92640

Could you have a look at it please?
Comment 1 János Badics 2012-08-03 00:41:06 PDT
I will skip this test until the proper fix.
Comment 2 János Badics 2012-08-03 00:45:25 PDT
I skipped this test in
http://trac.webkit.org/changeset/124573
Comment 3 Keishi Hattori 2012-08-03 03:58:45 PDT
I'm not sure what's happening. Why isn't the input.value 500 when you click the middle? Does the Qt slider have uneven left/right margins?
Comment 4 Michael Catanzaro 2017-03-11 10:45:30 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.