Bug 104637 - [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
Summary: [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 104461 106002
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-10 23:41 PST by Chris Dumez
Modified: 2013-01-07 23:08 PST (History)
13 users (show)

See Also:


Attachments
Patch (3.50 KB, patch)
2013-01-03 10:46 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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)
-          )
         )
       )
     )
Comment 1 Chris Dumez 2013-01-03 10:46:47 PST
Created attachment 181191 [details]
Patch
Comment 2 Chris Dumez 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)
           )
         )
       )
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2013-01-07 23:08:28 PST
All reviewed patches have been landed.  Closing bug.