Bug 93074 - [Qt][EFL] new fast/forms/datalist/range-snap-to-datalist.html introduced in r124549 fails
Summary: [Qt][EFL] new fast/forms/datalist/range-snap-to-datalist.html introduced in r...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008 92640
  Show dependency treegraph
 
Reported: 2012-08-03 00:26 PDT by János Badics
Modified: 2017-03-11 10:45 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.