Bug 149517

Summary: [EFL] fast/repaint/block-inputrange-repaint.html is failed.
Product: WebKit Reporter: Hunseop Jeong <hs85.jeong>
Component: WebKit EFLAssignee: Hunseop Jeong <hs85.jeong>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, lucas.de.marchi, ossy, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.