Bug 127774 - [ATK] accessibility/range-alter-by-percent.html is failing after r162587.
Summary: [ATK] accessibility/range-alter-by-percent.html is failing after r162587.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-28 06:31 PST by Krzysztof Czech
Modified: 2014-01-28 08:24 PST (History)
10 users (show)

See Also:


Attachments
patch (1.73 KB, patch)
2014-01-28 06:49 PST, Krzysztof Czech
no flags Details | Formatted Diff | Diff
patch (1.74 KB, patch)
2014-01-28 06:53 PST, Krzysztof Czech
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Czech 2014-01-28 06:31:22 PST
Output:
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/accessibility/range-alter-by-percent-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/accessibility/range-alter-by-percent-actual.txt
@@ -12,8 +12,8 @@
 PASS smallRange.intValue is 5
 PASS smallRange.intValue is 6
 PASS smallRange.intValue is 7
-PASS smallRange.intValue is 6
-PASS smallRange.intValue is 5
+FAIL smallRange.intValue should be 6. Was 7.
+FAIL smallRange.intValue should be 5. Was 7.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2014-01-28 06:31:32 PST
<rdar://problem/15924560>
Comment 2 Krzysztof Czech 2014-01-28 06:39:01 PST
This test had been added by the r162587 and it's failing.

When step is not specified, range type elements are altered by 5 percent between minimum and maximum values. In some circumstances this value is less than 1 which is wrong. Implicit value of step should be 1 or larger.
Comment 3 Krzysztof Czech 2014-01-28 06:49:48 PST
Created attachment 222441 [details]
patch
Comment 4 Krzysztof Czech 2014-01-28 06:53:52 PST
Created attachment 222442 [details]
patch
Comment 5 WebKit Commit Bot 2014-01-28 08:24:51 PST
Comment on attachment 222442 [details]
patch

Clearing flags on attachment: 222442

Committed r162932: <http://trac.webkit.org/changeset/162932>
Comment 6 WebKit Commit Bot 2014-01-28 08:24:54 PST
All reviewed patches have been landed.  Closing bug.