RESOLVED FIXED 132551
REGRESSION (r168244): compositing/visibility/visibility-image-layers-dynamic.html failing.
https://bugs.webkit.org/show_bug.cgi?id=132551
Summary REGRESSION (r168244): compositing/visibility/visibility-image-layers-dynamic....
Andreas Kling
Reported 2014-05-04 17:41:31 PDT
Regression from <https://trac.webkit.org/r168244>. --- /Volumes/Data/slave/mountainlion-debug-tests-wk1/build/layout-test-results/compositing/visibility/visibility-image-layers-dynamic-expected.txt +++ /Volumes/Data/slave/mountainlion-debug-tests-wk1/build/layout-test-results/compositing/visibility/visibility-image-layers-dynamic-actual.txt @@ -4,6 +4,7 @@ Initial (GraphicsLayer + (anchor 0.00 0.00) (bounds 785.00 626.00) (children 1 (GraphicsLayer @@ -54,10 +55,11 @@ After step 1 (GraphicsLayer - (bounds 785.00 1366.00) + (anchor 0.00 0.00) + (bounds 785.00 1381.00) (children 1 (GraphicsLayer - (bounds 785.00 1366.00) + (bounds 785.00 1381.00) (contentsOpaque 1) (children 3 (GraphicsLayer @@ -103,10 +105,11 @@ After step 2 (GraphicsLayer - (bounds 785.00 2090.00) + (anchor 0.00 0.00) + (bounds 785.00 2120.00) (children 1 (GraphicsLayer - (bounds 785.00 2090.00) + (bounds 785.00 2120.00) (contentsOpaque 1) (children 3 (GraphicsLayer
Attachments
Patch (2.71 KB, patch)
2014-05-05 12:37 PDT, Beth Dakin
thorton: review+
Andreas Kling
Comment 1 2014-05-04 17:44:09 PDT
Beth Dakin
Comment 2 2014-05-04 19:05:21 PDT
Thank you, Andreas! I will consult some folks tomorrow about what to make of how these bounds that seem to historically change a lot throughout the history of the test.
Beth Dakin
Comment 3 2014-05-05 12:37:15 PDT
Created attachment 230847 [details] Patch Oh this is hilarious. Thanks to Simon for figuring this out. The bounds have increased in size because the size of the layer tree dump effects the bounds! So now that we are printing out anchor points, the bound increase by 15 pixels for every new anchor point print-out. Just a re-baseline after all.
Tim Horton
Comment 4 2014-05-05 12:38:36 PDT
Comment on attachment 230847 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230847&action=review > LayoutTests/ChangeLog:15 > + * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Maybe leave a comment in the test?
Beth Dakin
Comment 5 2014-05-05 12:47:31 PDT
(In reply to comment #4) > (From update of attachment 230847 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=230847&action=review > > > LayoutTests/ChangeLog:15 > > + * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: > > Maybe leave a comment in the test? I added one. Thanks, Tim! http://trac.webkit.org/changeset/168310
Note You need to log in before you can comment on or make changes to this bug.