Bug 104637

Summary: [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: dongseong.hwang, d-r, jturcotte, kenneth, laszlo.gombos, lucas.de.marchi, noam, ostap73, sam, simon.fraser, tmpsantos, webkit.review.bot, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 104461, 106002    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2012-12-10 23:41:33 PST
compositing/repaint/resize-repaint.html was recently added in http://trac.webkit.org/changeset/137215 but is failing on EFL WK2: --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/compositing/repaint/resize-repaint-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/compositing/repaint/resize-repaint-actual.txt @@ -12,9 +12,6 @@ (position 8.00 8.00) (bounds 402.00 207.00) (drawsContent 1) - (repaint rects - (rect 0.00 1.00 402.00 1.00) - ) ) ) )
Attachments
Patch (3.50 KB, patch)
2013-01-03 10:46 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-01-03 10:46:47 PST
Chris Dumez
Comment 2 2013-01-03 10:50:55 PST
For the record, here was the diff with the patch from Bug 106002 applied: --- /home/chris/unencrypted/WebKit/repaint_fix/compositing/repaint/resize-repaint-expected.txt +++ /home/chris/unencrypted/WebKit/repaint_fix/compositing/repaint/resize-repaint-actual.txt @@ -14,6 +14,7 @@ (drawsContent 1) (repaint rects (rect 0.00 1.00 402.00 1.00) + (rect 0.00 0.00 402.00 207.00) ) ) )
WebKit Review Bot
Comment 3 2013-01-07 23:08:24 PST
Comment on attachment 181191 [details] Patch Clearing flags on attachment: 181191 Committed r139034: <http://trac.webkit.org/changeset/139034>
WebKit Review Bot
Comment 4 2013-01-07 23:08:28 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.