Bug 149517 - [EFL] fast/repaint/block-inputrange-repaint.html is failed.
Summary: [EFL] fast/repaint/block-inputrange-repaint.html is failed.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 01:07 PDT by Hunseop Jeong
Modified: 2015-10-07 07:59 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.20 KB, patch)
2015-10-07 01:06 PDT, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-09-24 01:07:11 PDT
fast/repaint/block-inputrange-repaint was added at r186981 but it failed on EFL port.

Expected : PASS repaintRects.indexOf('495 8 15 15') is not -1.
Actual   : FAIL repaintRects.indexOf('495 8 15 15') should not be -1.
Comment 1 Hunseop Jeong 2015-09-24 01:46:24 PDT
EFL thumb size is (29, 11), so the repaintRects of input[type=range] are different with mac port.

If I changed the value from "('495 8 15 15')" to "('481 8 29 11')", then this test pass. But it doesn't look like we can pass the test with changing the expectation file.

How to change the test file for each port?
Do I copy the test file to platform folder?
Comment 2 Hunseop Jeong 2015-09-24 01:58:49 PDT
(In reply to comment #1)
> If I changed the value from "('495 8 15 15')" to "('481 8 29 11')", then
> this test pass. But it doesn't look like we can pass the test with changing
> the expectation file.
expectation file => -expected.txt
Comment 3 Hunseop Jeong 2015-10-07 01:06:56 PDT
Created attachment 262587 [details]
Patch
Comment 4 WebKit Commit Bot 2015-10-07 07:59:43 PDT
Comment on attachment 262587 [details]
Patch

Clearing flags on attachment: 262587

Committed r190666: <http://trac.webkit.org/changeset/190666>
Comment 5 WebKit Commit Bot 2015-10-07 07:59:47 PDT
All reviewed patches have been landed.  Closing bug.