RESOLVED INVALID 112675
[Qt][Wk2] Layout test compositing/layer-creation/fixed-position-change-out-of-view-in-view.html is failing on Qt.
https://bugs.webkit.org/show_bug.cgi?id=112675
Summary [Qt][Wk2] Layout test compositing/layer-creation/fixed-position-change-out-of...
Ádám Kallai
Reported 2013-03-19 02:22:43 PDT
The layout test compositing/layer-creation/fixed-position-change-out-of-view-in-view.html is failing after http://trac.webkit.org/changeset/145422. The result appeared in the wrong place. Diff is here: --- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt +++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/compositing/layer-creation/fixed-position-change-out-of-view-in-view-actual.txt @@ -1,4 +1,13 @@ Layer tree when the fixed elements are out-of-view (should be blank): +(GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (bounds 800.00 600.00) + (contentsOpaque 1) + ) + ) +) Layer tree when the fixed elements are in-view (both fixed elements should have layers): (GraphicsLayer (bounds 800.00 600.00) @@ -20,4 +29,13 @@ ) ) Layer tree when the fixed elements are out-of-view again (should be blank): +(GraphicsLayer + (bounds 800.00 600.00) + (children 1 + (GraphicsLayer + (bounds 800.00 600.00) + (contentsOpaque 1) + ) + ) +) I will skip it.
Attachments
Note You need to log in before you can comment on or make changes to this bug.