WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Ádám Kallai
Comment 1
2013-03-19 02:35:20 PDT
Skipped in:
http://trac.webkit.org/changeset/146194/trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug