WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
96839
compositing/geometry/fixed-position-transform-composited-page-scale[-down].html fail
https://bugs.webkit.org/show_bug.cgi?id=96839
Summary
compositing/geometry/fixed-position-transform-composited-page-scale[-down].ht...
Ojan Vafai
Reported
2012-09-14 16:16:44 PDT
Sometimes the second "Test" text is rendered a bit differently. See
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&showExpectations=true&tests=compositing%2Fgeometry%2Ffixed-position-transform-composited-page-scale.html
.
Attachments
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2012-09-14 16:19:44 PDT
Marked flaky:
http://trac.webkit.org/changeset/128668
Xianzhu Wang
Comment 2
2012-11-27 11:48:02 PST
With some debugging I found the reason is that the test sets enableCompositingForFixedPosition in onload callback. In many cases the "fixed-with-z-index" element is not composited because enableCompositingForFixedPosition is set after RenderLayerCompositor::requiresCompostingLayer() is called against that element. Actually the image baseline was created with the element not composited. Found this when fixing
bug 102543
. Will change the test to be not flaky but the baseline image should be updated.
Xianzhu Wang
Comment 3
2012-12-06 14:20:15 PST
The current image expectations were generated without the fixed element composited as expected. The composited contents now look a bit different from the non-composited contents. Should consider rebaselining the results.
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