Bug 124835 - [GTK] fast/repaint/repaint-regions-overflow.html is failing
Summary: [GTK] fast/repaint/repaint-regions-overflow.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Manuel Rego Casasnovas
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-11-25 03:06 PST by Zan Dobersek
Modified: 2014-01-07 06:56 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.82 KB, patch)
2014-01-07 06:13 PST, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-11-25 03:06:48 PST
The fast/repaint/repaint-regions-overflow.html layout test is failing after introduced in r159628.
http://trac.webkit.org/changeset/159628
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Frepaint%2Frepaint-regions-overflow.html

This might be OK to rebaseline, but the difference in the repainted rects' position is a bit large.


--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/repaint/repaint-regions-overflow-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/repaint/repaint-regions-overflow-actual.txt
@@ -6,17 +6,17 @@
 
 (repaint rects
   (rect 106 206 300 100)
-  (rect 14 72 300 210)
-  (rect 106 122 300 210)
-  (rect 14 298 300 18)
-  (rect 106 348 300 18)
-  (rect 14 56 300 260)
-  (rect 106 106 300 260)
+  (rect 14 71 300 203)
+  (rect 106 122 300 203)
+  (rect 14 290 300 17)
+  (rect 106 341 300 17)
+  (rect 14 55 300 252)
+  (rect 106 106 300 252)
   (rect 60 150 312 112)
   (rect 100 200 312 112)
-  (rect 14 56 300 260)
-  (rect 106 106 300 260)
-  (rect 14 56 300 260)
-  (rect 106 106 300 260)
+  (rect 14 55 300 252)
+  (rect 106 106 300 252)
+  (rect 14 55 300 252)
+  (rect 106 106 300 252)
 )
Comment 1 Manuel Rego Casasnovas 2014-01-07 06:13:40 PST
Created attachment 220517 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-07 06:56:34 PST
Comment on attachment 220517 [details]
Patch

Clearing flags on attachment: 220517

Committed r161422: <http://trac.webkit.org/changeset/161422>
Comment 3 WebKit Commit Bot 2014-01-07 06:56:37 PST
All reviewed patches have been landed.  Closing bug.